Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
eramdam committed Jun 2, 2019
1 parent eeb0e77 commit d59389d
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 3 deletions.
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "WallbaseDirectDownloader",
"version": "1.1.0",
"version": "1.2.0",
"description": "Wallhaven Direct Downloader ==========================",
"main": "index.js",
"scripts": {
Expand Down Expand Up @@ -32,4 +32,4 @@
"webpack": "^4.32.2",
"webpack-cli": "^3.3.2"
}
}
}
2 changes: 1 addition & 1 deletion source/manifest.json
Original file line number Diff line number Diff line change
@@ -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": [{
Expand Down

0 comments on commit d59389d

Please sign in to comment.