Skip to content

Commit

Permalink
Release v0.9.4.2
Browse files Browse the repository at this point in the history
  • Loading branch information
maxwroc committed Apr 14, 2020
1 parent ee89bb9 commit 145608c
Show file tree
Hide file tree
Showing 2 changed files with 3 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.4.1",
"version": "0.9.4.2",
"permissions": [
"http://*/*",
"https://*/*",
Expand Down
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,8 @@
"postinstall": "node_modules/.bin/typings install",
"test": "node_modules/.bin/gulp test",
"build": "node_modules/.bin/gulp build",
"work": "node_modules/.bin/gulp watch"
"work": "node_modules/.bin/gulp watch",
"release": "node_modules/.bin/gulp release --bump"
},
"repository": {
"type": "git",
Expand Down

0 comments on commit 145608c

Please sign in to comment.