From 1129aa7e034abd5c910f0eba677c673573cd7f62 Mon Sep 17 00:00:00 2001 From: Jared Dantis Date: Sat, 13 May 2023 03:56:33 +0800 Subject: [PATCH] Version 0.1.1 --- manifest/v2.json | 2 +- manifest/v3.json | 4 ++-- package-lock.json | 4 ++-- package.json | 2 +- 4 files changed, 6 insertions(+), 6 deletions(-) diff --git a/manifest/v2.json b/manifest/v2.json index 9b4d131..43c851d 100644 --- a/manifest/v2.json +++ b/manifest/v2.json @@ -3,7 +3,7 @@ "short_name": "__MSG_appShortName__", "description": "__MSG_appDescription__", "homepage_url": "https://ariadne.dantis.me", - "version": "0.1.0", + "version": "0.1.1", "manifest_version": 2, "default_locale": "en", "permissions": [ diff --git a/manifest/v3.json b/manifest/v3.json index d935b90..f4c4790 100644 --- a/manifest/v3.json +++ b/manifest/v3.json @@ -3,8 +3,8 @@ "short_name": "__MSG_appShortName__", "description": "__MSG_appDescription__", "homepage_url": "https://ariadne.dantis.me", - "version": "0.1.0", - "version_name": "0.1.0", + "version": "0.1.1", + "version_name": "0.1.1", "manifest_version": 3, "default_locale": "en", "minimum_chrome_version": "88", diff --git a/package-lock.json b/package-lock.json index 34d01ab..3c750c7 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "ariadne", - "version": "0.1.0", + "version": "0.1.1", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "ariadne", - "version": "0.1.0", + "version": "0.1.1", "dependencies": { "@heroicons/vue": "^2.0.16", "flowbite": "^1.6.5", diff --git a/package.json b/package.json index 1940730..6c38460 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "ariadne", "description": "Detect deceptive design on the Web", - "version": "0.1.0", + "version": "0.1.1", "homepage": "https://ariadne.dantis.me", "author": "Juris Hannah Adorna & Aurel Jared Dantis", "repository": {