Skip to content

Commit a229808

Browse files
chore(jco): update printed versions
Signed-off-by: Victor Adossi <[email protected]>
1 parent c91ff69 commit a229808

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/jco.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ program
1313
.name('jco')
1414
.description(c`{bold jco - WebAssembly JS Component Tools}\n JS Component Transpilation Bindgen & Wasm Tools for JS`)
1515
.usage('<command> [options]')
16-
.version('1.11.2-rc.0');
16+
.version('1.11.2-rc.1');
1717

1818
function myParseInt(value) {
1919
return parseInt(value, 10);

0 commit comments

Comments
 (0)