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 254c41d commit d7ce24aCopy full SHA for d7ce24a
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.10.2", features = ["napi"] }
+flashpoint-archive = { version = "0.10.3", 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.10.2",
+ "version": "0.10.3",
4
"main": "index.js",
5
"types": "index.d.ts",
6
"license": "MIT",
0 commit comments