From a4e887ccbff3fec7f772da646ac2390cde11627e Mon Sep 17 00:00:00 2001 From: Mix <32300164+mnixry@users.noreply.github.com> Date: Wed, 7 Feb 2024 03:27:44 +0800 Subject: [PATCH] Bump package versions to 0.1.1 --- packages/binutils/package.json | 2 +- packages/gas/package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/packages/binutils/package.json b/packages/binutils/package.json index 02fc21e..8339f71 100644 --- a/packages/binutils/package.json +++ b/packages/binutils/package.json @@ -1,6 +1,6 @@ { "name": "@binutils-wasm/binutils", - "version": "0.1.0", + "version": "0.1.1", "description": "GNU/Binutils compiled to WebAssembly", "repository": { "type": "git", diff --git a/packages/gas/package.json b/packages/gas/package.json index c8269b0..735c92f 100644 --- a/packages/gas/package.json +++ b/packages/gas/package.json @@ -1,6 +1,6 @@ { "name": "@binutils-wasm/gas", - "version": "0.1.0", + "version": "0.1.1", "description": "GNU/Assembler compiled to WebAssembly", "repository": { "type": "git",