Skip to content

Commit 6a42bd7

Browse files
author
Guy Bedford
committed
1.4.3
1 parent b17ade5 commit 6a42bd7

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

Cargo.lock

Lines changed: 3 additions & 3 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.4.2"
22+
version = "1.4.3"
2323

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

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.4.2",
3+
"version": "1.4.3",
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.4.2');
14+
.version('1.4.3');
1515

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

0 commit comments

Comments
 (0)