diff --git a/package-lock.json b/package-lock.json index 9a4eb7e..88e0c23 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "tamagotchi", - "version": "0.3.1", + "version": "0.4.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "tamagotchi", - "version": "0.3.1", + "version": "0.4.0", "license": "MIT", "dependencies": { "@pixi/particle-emitter": "^5.0.8", diff --git a/package.json b/package.json index 2fe6d54..6c2c073 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "tamagotchi", "displayName": "Tamagotchi Clicker", "description": "Welcome to the Tamagotchi VS-Code Extension, a fun and interactive game that brings the joy of raising Tamagotchi pets right into your favorite code editor.", - "version": "0.3.1", + "version": "0.4.0", "homepage": "https://github.com/Tzanou123/vscode_tamagotchi_extension", "bugs": "https://github.com/Tzanou123/vscode_tamagotchi_extension/issues", "publisher": "Tzanou", @@ -171,4 +171,4 @@ "path": "^0.12.7", "pixi.js": "^7.3.2" } -} \ No newline at end of file +}