diff --git a/README.md b/README.md index 3109f36..945da50 100644 --- a/README.md +++ b/README.md @@ -16,7 +16,7 @@ Instead of using FFI and the libextism shared object, this library uses whatever Install via npm: ``` -npm install @extism/extism@1.0.0-rc1 --save +npm install @extism/extism@1.0.0-rc2 --save ``` > **Note**: Keep in mind we will possibly have breaking changes b/w rc versions until we hit 1.0. diff --git a/package-lock.json b/package-lock.json index f5e0534..2666664 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@extism/extism", - "version": "1.0.0-rc1", + "version": "1.0.0-rc2", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@extism/extism", - "version": "1.0.0-rc1", + "version": "1.0.0-rc2", "license": "BSD-3-Clause", "dependencies": { "@bjorn3/browser_wasi_shim": "^0.2.14", diff --git a/package.json b/package.json index 16946f3..9888157 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@extism/extism", - "version": "1.0.0-rc1", + "version": "1.0.0-rc2", "description": "Extism runtime for JavaScript", "scripts": { "build": "node build.js && tsc --emitDeclarationOnly --project ./tsconfig.node.json --declaration --outDir dist && tsc --emitDeclarationOnly --project ./tsconfig.browser.json --declaration --outDir dist",