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 6cb05b0 commit 522274bCopy full SHA for 522274b
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.8.2", features = ["napi"] }
+flashpoint-archive = { version = "0.8.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.8.2",
+ "version": "0.8.3",
4
"main": "index.js",
5
"types": "index.d.ts",
6
"license": "MIT",
0 commit comments