Skip to content

Commit 1bba557

Browse files
authored
chore: bump update version to 1.1.1 (#96)
1 parent e066a06 commit 1bba557

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ members = [
66
]
77

88
[workspace.package]
9-
version = "1.1.0"
9+
version = "1.1.1"
1010
edition = "2021"
1111
authors = ["The Extism Authors"]
1212
license = "BSD-Clause-3"

crates/core/src/prelude/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@extism/js-pdk",
3-
"version": "1.0.1",
3+
"version": "1.1.1",
44
"description": "typescript definitions for the extism js-pdk",
55
"types": "dist/index.d.ts",
66
"files": ["dist/*.d.ts", "types/*.d.ts"],

install-windows.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#!/usr/bin/env pwsh
22

3-
$TAG= "v1.0.0-rc11"
3+
$TAG= "v1.1.0"
44
$BINARYEN_TAG= "version_116"
55
$extismPath="$env:Programfiles\Extism"
66
$binaryenPath="$env:Programfiles\Binaryen"

0 commit comments

Comments
 (0)