From 0e8763a1882f56277e0ae6ddee3155a97c0eecb0 Mon Sep 17 00:00:00 2001 From: Guy Bedford Date: Tue, 8 Aug 2023 15:23:01 -0700 Subject: [PATCH] 0.10.2 --- package.json | 2 +- src/jco.js | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 545a2c053..be97be7ec 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@bytecodealliance/jco", - "version": "0.10.1", + "version": "0.10.2", "description": "JavaScript tooling for working with WebAssembly Components", "author": "Guy Bedford", "bin": { diff --git a/src/jco.js b/src/jco.js index 03b738f2f..ad325e269 100755 --- a/src/jco.js +++ b/src/jco.js @@ -10,7 +10,7 @@ program .name('jco') .description(c`{bold jco - WebAssembly JS Component Tools}\n JS Component Transpilation Bindgen & Wasm Tools for JS`) .usage(' [options]') - .version('0.10.1'); + .version('0.10.2'); function myParseInt(value) { return parseInt(value, 10);