diff --git a/Cargo.toml b/Cargo.toml index 0cc63be..bf949be 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -6,7 +6,7 @@ members = [ ] [workspace.package] -version = "1.1.0" +version = "1.1.1" edition = "2021" authors = ["The Extism Authors"] license = "BSD-Clause-3" diff --git a/crates/core/src/prelude/package.json b/crates/core/src/prelude/package.json index 13c5cfd..14d233b 100644 --- a/crates/core/src/prelude/package.json +++ b/crates/core/src/prelude/package.json @@ -1,6 +1,6 @@ { "name": "@extism/js-pdk", - "version": "1.0.1", + "version": "1.1.1", "description": "typescript definitions for the extism js-pdk", "types": "dist/index.d.ts", "files": ["dist/*.d.ts", "types/*.d.ts"], diff --git a/install-windows.ps1 b/install-windows.ps1 index 675a1b7..13957e1 100755 --- a/install-windows.ps1 +++ b/install-windows.ps1 @@ -1,6 +1,6 @@ #!/usr/bin/env pwsh -$TAG= "v1.0.0-rc11" +$TAG= "v1.1.0" $BINARYEN_TAG= "version_116" $extismPath="$env:Programfiles\Extism" $binaryenPath="$env:Programfiles\Binaryen"