Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
maxwroc committed Apr 7, 2019
1 parent 5dcbd67 commit dc8f5e3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion UrlEditorPRO/app/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"manifest_version": 2,
"name": "Url Editor PRO",
"description": "Url parser which makes editing complex URLs as easy as possible. Features: params decoding, auto-suggest, keyboard navigation..",
"version": "0.9.3.6",
"version": "0.9.4.0",
"permissions": [
"http://*/*",
"https://*/*",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "urleditorpro",
"version": "0.9.1",
"version": "0.9.4",
"description": "Chrome extension helping with editing long and complex urls",
"main": "popup.html",
"scripts": {
Expand Down

0 comments on commit dc8f5e3

Please sign in to comment.