From 796c4376a4a5ce4aa6e1544f362281681445e9ff Mon Sep 17 00:00:00 2001 From: Paul VanKeuren Date: Wed, 24 Aug 2022 11:20:40 -0500 Subject: [PATCH] Update package.json Since 0.4.0 was not 'released', we don't need to mark this as 0.4.1 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 2125602..3506e6c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "wrenjs", - "version": "0.4.1", + "version": "0.4.0", "description": "Using emscripten to transpile the wren programming language to Javascript.", "main": "out/wren.min.js", "scripts": {