Skip to content

Commit

Permalink
Prepare for v0.5.9
Browse files Browse the repository at this point in the history
  • Loading branch information
rev087 committed Apr 15, 2015
1 parent 103ea50 commit b2f1553
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion ng-inspector.chrome/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"manifest_version": 2,
"name": "ng-inspector for AngularJS",
"description": "Inspector pane for AngularJS apps",
"version": "0.5.8",
"version": "0.5.9",
"background": {
"scripts": [
"background.js"
Expand Down
4 changes: 2 additions & 2 deletions ng-inspector.safariextension/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,9 @@
<key>CFBundleInfoDictionaryVersion</key>
<string>6.0</string>
<key>CFBundleShortVersionString</key>
<string>v0.5.8</string>
<string>v0.5.9</string>
<key>CFBundleVersion</key>
<string>v0.5.8</string>
<string>v0.5.9</string>
<key>Chrome</key>
<dict>
<key>Database Quota</key>
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": "ng-inspector",
"version": "v0.5.8",
"version": "v0.5.9",
"description": "A Safari extension to inspect AngularJS applications",
"main": "ng-inspector.js",
"scripts": {
Expand Down

0 comments on commit b2f1553

Please sign in to comment.