Skip to content

Commit 26455f1

Browse files
committed
0.7.12
1 parent 909840f commit 26455f1

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ crate-type = ["cdylib"]
1111
[dependencies]
1212
napi = { version = "2", features = ["async"] }
1313
napi-derive = "2"
14-
flashpoint-archive = { version = "0.7.11", features = ["napi"] }
14+
flashpoint-archive = { version = "0.7.12", features = ["napi"] }
1515

1616
[build-dependencies]
1717
napi-build = "2"

index.d.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -169,6 +169,7 @@ export interface PartialGame {
169169
activeDataOnDisk?: boolean
170170
lastPlayed?: string
171171
playtime?: number
172+
playCounter?: number
172173
activeGameConfigId?: number
173174
activeGameConfigOwner?: string
174175
archiveState?: number

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@fparchive/flashpoint-archive",
3-
"version": "0.7.11",
3+
"version": "0.7.12",
44
"main": "index.js",
55
"types": "index.d.ts",
66
"license": "MIT",

0 commit comments

Comments
 (0)