From d906cd3d6f36351aaed63b86a07014eb4371409f Mon Sep 17 00:00:00 2001 From: Daniel Moya Date: Sun, 26 May 2024 11:51:25 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=9A=80=200.0.1-alpha.11?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 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 c8d8a10..543ffd1 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "gas", - "version": "0.0.1-alpha.10", + "version": "0.0.1-alpha.11", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "gas", - "version": "0.0.1-alpha.10", + "version": "0.0.1-alpha.11", "dependencies": { "@fortawesome/fontawesome-free": "^6.5.2", "@fortawesome/fontawesome-svg-core": "^6.5.2", diff --git a/package.json b/package.json index 94c0e4f..834ffe7 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "gas", "private": true, "type": "module", - "version": "0.0.1-alpha.10", + "version": "0.0.1-alpha.11", "scripts": { "dev": "vite --mode localhost --host --port 5777", "build": "rm -rf dist && vite build",