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 cc4545d commit 60ab0d1Copy full SHA for 60ab0d1
Cargo.toml
@@ -11,7 +11,7 @@ crate-type = ["cdylib"]
11
[dependencies]
12
napi = { version = "2", features = ["async"] }
13
napi-derive = "2"
14
-flashpoint-archive = { version = "0.11.0", features = ["napi"] }
+flashpoint-archive = { version = "0.11.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.11.0",
+ "version": "0.11.1",
4
"main": "index.js",
5
"types": "index.d.ts",
6
"license": "MIT",
0 commit comments