WARNING: THIS SITE IS A MIRROR OF GITHUB.COM / IT CANNOT LOGIN OR REGISTER ACCOUNTS / THE CONTENTS ARE PROVIDED AS-IS / THIS SITE ASSUMES NO RESPONSIBILITY FOR ANY DISPLAYED CONTENT OR LINKS / IF YOU FOUND SOMETHING MAY NOT GOOD FOR EVERYONE, CONTACT ADMIN AT ilovescratch@foxmail.com
Skip to content

Commit 4efc7cd

Browse files
author
Guy Bedford
committed
0.10.3
1 parent 18f157e commit 4efc7cd

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

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": "0.10.2",
3+
"version": "0.10.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
@@ -10,7 +10,7 @@ program
1010
.name('jco')
1111
.description(c`{bold jco - WebAssembly JS Component Tools}\n JS Component Transpilation Bindgen & Wasm Tools for JS`)
1212
.usage('<command> [options]')
13-
.version('0.10.2');
13+
.version('0.10.3');
1414

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

0 commit comments

Comments
 (0)