Skip to content

Commit 19f9630

Browse files
author
Guy Bedford
committed
1.8.1
1 parent da41087 commit 19f9630

File tree

5 files changed

+19
-19
lines changed

5 files changed

+19
-19
lines changed

Cargo.lock

Lines changed: 14 additions & 14 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ resolver = "2"
1919

2020
[workspace.package]
2121
edition = "2021"
22-
version = "1.8.0"
22+
version = "1.8.1"
2323

2424
[profile.release]
2525
codegen-units = 1

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@bytecodealliance/jco",
3-
"version": "1.8.0",
3+
"version": "1.8.1",
44
"description": "JavaScript tooling for working with WebAssembly Components",
55
"author": "Guy Bedford",
66
"bin": {

src/jco.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ program
1111
.name('jco')
1212
.description(c`{bold jco - WebAssembly JS Component Tools}\n JS Component Transpilation Bindgen & Wasm Tools for JS`)
1313
.usage('<command> [options]')
14-
.version('1.8.0');
14+
.version('1.8.1');
1515

1616
function myParseInt(value) {
1717
return parseInt(value, 10);

0 commit comments

Comments
 (0)