Bump version to 0.4.1

This commit is contained in:
Robin Heggelund Hansen 2024-06-21 23:06:46 +02:00
parent 12bc0e68c0
commit 63a6b08415
No known key found for this signature in database
2 changed files with 3 additions and 3 deletions

4
package-lock.json generated
View File

@ -1,12 +1,12 @@
{
"name": "gren-lang",
"version": "0.4.0",
"version": "0.4.1",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "gren-lang",
"version": "0.4.0",
"version": "0.4.1",
"license": "BSD-3-Clause",
"bin": {
"gren": "index.js"

View File

@ -1,6 +1,6 @@
{
"name": "gren-lang",
"version": "0.4.0",
"version": "0.4.1",
"description": "Compiler for the Gren programming language",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"