From 8e6544fcaa1a00b532282c579279256b0a4c27a2 Mon Sep 17 00:00:00 2001 From: Dean Gardiner Date: Mon, 28 May 2018 11:51:54 +1200 Subject: [PATCH] Bumped version to 1.9.0 --- contributors.json | 2 +- package.json | 18 +++++++++--------- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/contributors.json b/contributors.json index 1692121..18dae25 100644 --- a/contributors.json +++ b/contributors.json @@ -3,6 +3,6 @@ "name": "Dean Gardiner", "email": "me@dgardiner.net", "type": "lead", - "commits": 188 + "commits": 189 } ] diff --git a/package.json b/package.json index 42bca1f..d763ab8 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "neon-extension-firefox", - "version": "1.9.0-beta.7", + "version": "1.9.0", "description": "Neon Extension for Firefox (formerly Google Music Scrobbler)", "keywords": [ "neon", @@ -23,14 +23,14 @@ "url": "https://github.com/NeApp/neon-extension-firefox" }, "dependencies": { - "neon-extension-build": "1.9.0-beta.7", - "neon-extension-core": "1.9.0-beta.7", - "neon-extension-destination-lastfm": "1.9.0-beta.6", - "neon-extension-destination-librefm": "1.9.0-beta.6", - "neon-extension-destination-listenbrainz": "1.9.0-beta.5", - "neon-extension-framework": "1.9.0-beta.7", - "neon-extension-source-googlemusic": "1.9.0-beta.5", - "neon-extension-source-spotify": "1.9.0-beta.5" + "neon-extension-build": "1.9.0", + "neon-extension-core": "1.9.0", + "neon-extension-destination-lastfm": "1.9.0", + "neon-extension-destination-librefm": "1.9.0", + "neon-extension-destination-listenbrainz": "1.9.0", + "neon-extension-framework": "1.9.0", + "neon-extension-source-googlemusic": "1.9.0", + "neon-extension-source-spotify": "1.9.0" }, "devDependencies": { "@babel/core": "7.0.0-beta.32",