Skip to content

Commit

Permalink
0.7.6
Browse files Browse the repository at this point in the history
  • Loading branch information
colin969 committed Mar 24, 2024
1 parent 415cfa6 commit 60a29ec
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.7.5", features = ["napi"] }
flashpoint-archive = { version = "0.7.6", 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.7.5",
"version": "0.7.6",
"main": "index.js",
"types": "index.d.ts",
"license": "MIT",
Expand Down

0 comments on commit 60a29ec

Please sign in to comment.