From e330cee37d232a9438f7f290c06124f440903bf2 Mon Sep 17 00:00:00 2001 From: Raphael BURRONI Date: Wed, 6 Mar 2024 02:24:00 +0100 Subject: [PATCH] 0.4.2 --- package-lock.json | 4 ++-- package.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/package-lock.json b/package-lock.json index a5f5606..588eea1 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "tamagotchi", - "version": "0.4.1", + "version": "0.4.2", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "tamagotchi", - "version": "0.4.1", + "version": "0.4.2", "license": "MIT", "dependencies": { "@pixi/particle-emitter": "^5.0.8", diff --git a/package.json b/package.json index 14dea35..9c48d98 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.4.1", + "version": "0.4.2", "homepage": "https://github.com/Tzanou123/vscode_tamagotchi_extension", "bugs": "https://github.com/Tzanou123/vscode_tamagotchi_extension/issues", "publisher": "Tzanou",