diff --git a/data/properties.json b/data/properties.json
--- a/data/properties.json
+++ b/data/properties.json
@@ -109,6 +109,7 @@
   "TAGame.PRI_TA:MatchScore": "int",
   "TAGame.PRI_TA:MatchShots": "int",
   "TAGame.PRI_TA:PartyLeader": "party_leader",
+  "TAGame.PRI_TA:PawnType": "byte",
   "TAGame.PRI_TA:PersistentCamera": "flagged_int",
   "TAGame.PRI_TA:ReplicatedGameEvent": "flagged_int",
   "TAGame.PRI_TA:Title": "int",
diff --git a/octane.cabal b/octane.cabal
--- a/octane.cabal
+++ b/octane.cabal
@@ -3,7 +3,7 @@
 -- see: https://github.com/sol/hpack
 
 name:           octane
-version:        0.13.1
+version:        0.13.2
 synopsis:       Parse Rocket League replays.
 description:    Octane parses Rocket League replays.
 category:       Game
diff --git a/package.yaml b/package.yaml
--- a/package.yaml
+++ b/package.yaml
@@ -79,4 +79,4 @@
     - -with-rtsopts=-N
     main: Main.hs
     source-dirs: test-suite
-version: '0.13.1'
+version: '0.13.2'
