Skip to content

Commit 791d1c1

Browse files
committed
1.8.0
1 parent dc01f95 commit 791d1c1

File tree

5 files changed

+8
-8
lines changed

5 files changed

+8
-8
lines changed

Cargo.lock

+3-3
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ resolver = "2"
1919

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

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

package-lock.json

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

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

src/jco.js

+1-1
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.7.2');
14+
.version('1.8.0');
1515

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

0 commit comments

Comments
 (0)