Skip to content

Commit

Permalink
Prepare for v0.5.2
Browse files Browse the repository at this point in the history
  • Loading branch information
rev087 committed Jun 25, 2014
1 parent 0ca1cef commit 0865ca7
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.1",
"version": "0.5.2",
"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.1</string>
<string>v0.5.2</string>
<key>CFBundleVersion</key>
<string>v0.5.1</string>
<string>v0.5.2</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.1",
"version": "v0.5.2",
"description": "A Safari extension to inspect AngularJS applications",
"main": "ng-inspector.js",
"scripts": {
Expand Down

0 comments on commit 0865ca7

Please sign in to comment.