From 60a29ece33409eb4aca8bcd172ffd829dacb10f1 Mon Sep 17 00:00:00 2001 From: Colin Date: Sun, 24 Mar 2024 12:58:50 +0000 Subject: [PATCH] 0.7.6 --- Cargo.toml | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 5b8c6e1..28c09cf 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.7.5", features = ["napi"] } +flashpoint-archive = { version = "0.7.6", features = ["napi"] } [build-dependencies] napi-build = "2" diff --git a/package.json b/package.json index 4eecb19..5ab1866 100644 --- a/package.json +++ b/package.json @@ -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",