From d59389d58e085ce6d1309b0d88caacdeadebe38a Mon Sep 17 00:00:00 2001 From: Damien Erambert Date: Sun, 2 Jun 2019 09:49:37 -0700 Subject: [PATCH] bump version --- README.md | 5 +++++ package.json | 4 ++-- source/manifest.json | 2 +- 3 files changed, 8 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index dc8762b..493fa4e 100644 --- a/README.md +++ b/README.md @@ -38,6 +38,11 @@ Screenshots Changelog ========================== +1.2.0: +- Rewrote the code from scratch +- Restores the download functionality +- Fixes some bugs, should improve reliability/performances as well + 1.1.0 - Updated/fixed the extension for Wallhaven now that it's out of alpha diff --git a/package.json b/package.json index 41652ba..446399e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "WallbaseDirectDownloader", - "version": "1.1.0", + "version": "1.2.0", "description": "Wallhaven Direct Downloader ==========================", "main": "index.js", "scripts": { @@ -32,4 +32,4 @@ "webpack": "^4.32.2", "webpack-cli": "^3.3.2" } -} +} \ No newline at end of file diff --git a/source/manifest.json b/source/manifest.json index b3d52b4..b6cacf5 100644 --- a/source/manifest.json +++ b/source/manifest.json @@ -1,6 +1,6 @@ { "name": "Wallhaven Direct Downloader", - "version": "1.1.0", + "version": "1.2.0", "manifest_version": 2, "description": "Allows you to download the wallpapers on Wallhaven directly from the search/tag/random/toplist pages", "content_scripts": [{