From 95d1e9adb4e8d776ac99d828d34d3b5e8dd47d66 Mon Sep 17 00:00:00 2001 From: Guy Bedford Date: Wed, 28 Aug 2024 12:00:34 -0700 Subject: [PATCH] 1.5.0 --- package.json | 2 +- src/jco.js | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 7a9b0cb78..8f93414eb 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@bytecodealliance/jco", - "version": "1.4.4", + "version": "1.5.0", "description": "JavaScript tooling for working with WebAssembly Components", "author": "Guy Bedford", "bin": { diff --git a/src/jco.js b/src/jco.js index 520db2042..110c7d725 100755 --- a/src/jco.js +++ b/src/jco.js @@ -11,7 +11,7 @@ program .name('jco') .description(c`{bold jco - WebAssembly JS Component Tools}\n JS Component Transpilation Bindgen & Wasm Tools for JS`) .usage(' [options]') - .version('1.4.4'); + .version('1.5.0'); function myParseInt(value) { return parseInt(value, 10);