From da0573c36f9303acbb6bb3ba9010dee9e311a936 Mon Sep 17 00:00:00 2001 From: Corbin Davenport Date: Sun, 23 Jan 2022 23:01:49 -0500 Subject: [PATCH] Update version to 2.0 --- manifest.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/manifest.json b/manifest.json index 6afe14a..f1ca3ca 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "manifest_version": 2, "name": "Wii Shop Channel Music", - "version": "1.1", + "version": "2.0", "author": "Corbin Davenport", "description": "Plays the Wii Shop theme when you visit shopping websites.", "homepage_url": "https://github.com/corbindavenport/wii-shop-extension", @@ -25,4 +25,4 @@ "48": "img/icon48.png", "128": "img/icon128.png" } -} \ No newline at end of file +}