We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 38362da commit d794b96Copy full SHA for d794b96
Cargo.toml
@@ -11,7 +11,7 @@ crate-type = ["cdylib"]
11
[dependencies]
12
napi = { version = "2", features = ["async", "serde-json"] }
13
napi-derive = "2"
14
-flashpoint-archive = { version = "0.13.0", features = ["napi"] }
+flashpoint-archive = { version = "0.13.1", features = ["napi"] }
15
16
[build-dependencies]
17
napi-build = "2"
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "@fparchive/flashpoint-archive",
3
- "version": "0.13.0",
+ "version": "0.13.1",
4
"main": "index.js",
5
"types": "index.d.ts",
6
"license": "MIT",
0 commit comments