Skip to content

Commit

Permalink
0.8.3
Browse files Browse the repository at this point in the history
  • Loading branch information
colin969 committed Jul 31, 2024
1 parent 6cb05b0 commit 522274b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ crate-type = ["cdylib"]
[dependencies]
napi = { version = "2", features = ["async"] }
napi-derive = "2"
flashpoint-archive = { version = "0.8.2", features = ["napi"] }
flashpoint-archive = { version = "0.8.3", features = ["napi"] }

[build-dependencies]
napi-build = "2"
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@fparchive/flashpoint-archive",
"version": "0.8.2",
"version": "0.8.3",
"main": "index.js",
"types": "index.d.ts",
"license": "MIT",
Expand Down

0 comments on commit 522274b

Please sign in to comment.