Skip to content

Commit d794b96

Browse files
committed
0.13.1 - Make sure ExtValue is used in index gen when using ext order
1 parent 38362da commit d794b96

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-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", "serde-json"] }
1313
napi-derive = "2"
14-
flashpoint-archive = { version = "0.13.0", features = ["napi"] }
14+
flashpoint-archive = { version = "0.13.1", features = ["napi"] }
1515

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

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.13.0",
3+
"version": "0.13.1",
44
"main": "index.js",
55
"types": "index.d.ts",
66
"license": "MIT",

0 commit comments

Comments
 (0)