From ae7e6b00fe3c17363cffdf4b6b8dfc7719941779 Mon Sep 17 00:00:00 2001 From: Karthik Ganeshram Date: Mon, 25 Aug 2025 14:35:16 +0200 Subject: [PATCH] bump version to v0.1.3 Signed-off-by: Karthik Ganeshram --- package-lock.json | 4 ++-- package.json | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/package-lock.json b/package-lock.json index 2dff387..1fa91ab 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@spinframework/wasi-ext", - "version": "0.1.2", + "version": "0.1.3", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@spinframework/wasi-ext", - "version": "0.1.2", + "version": "0.1.3", "license": "Apache-2.0", "dependencies": { "buffer": "^6.0.3", diff --git a/package.json b/package.json index 5e753f4..13f6300 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@spinframework/wasi-ext", - "version": "0.1.2", + "version": "0.1.3", "description": "", "main": "lib/index.js", "scripts": { @@ -43,4 +43,4 @@ "plugin", "wit" ] -} +} \ No newline at end of file