From d86aad54a33b2102d69d96b2d86753b9f0824584 Mon Sep 17 00:00:00 2001 From: Raphael BURRONI Date: Wed, 22 Nov 2023 22:07:34 +0100 Subject: [PATCH] 0.3.1 --- 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 2e52475..9a4eb7e 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "tamagotchi", - "version": "0.3.0", + "version": "0.3.1", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "tamagotchi", - "version": "0.3.0", + "version": "0.3.1", "license": "MIT", "dependencies": { "@pixi/particle-emitter": "^5.0.8", diff --git a/package.json b/package.json index 2273687..6e2b612 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.0", + "version": "0.3.1", "homepage": "https://github.com/Tzanou123/vscode_tamagotchi_extension", "bugs": "https://github.com/Tzanou123/vscode_tamagotchi_extension/issues", "publisher": "Tzanou", @@ -143,4 +143,4 @@ "path": "^0.12.7", "pixi.js": "^7.3.2" } -} \ No newline at end of file +}