diff --git a/Cargo.toml b/Cargo.toml index 88b97d8..0576f7d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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" diff --git a/package.json b/package.json index ecd6384..f6af382 100644 --- a/package.json +++ b/package.json @@ -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",