Skip to content
This repository has been archived by the owner on Nov 7, 2024. It is now read-only.

Commit

Permalink
Merge pull request #5 from ateliware/v7
Browse files Browse the repository at this point in the history
Incrementing version to 0.0.7
  • Loading branch information
carlosgrell authored Jun 16, 2017
2 parents 6b6c611 + 21b7b44 commit d890e41
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion dist/chrome/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"name": "Sherclock chrome extension",
"short_name": "Sherclock",
"description": "Extension to track time in Sherclock in the point of your pointer.",
"version": "0.0.5",
"version": "0.0.7",

"permissions": [
"activeTab"
Expand Down
2 changes: 1 addition & 1 deletion dist/safari/sherclock.safariextension/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
<key>CFBundleInfoDictionaryVersion</key>
<string>6.0</string>
<key>CFBundleShortVersionString</key>
<string>0.0.5</string>
<string>0.0.7</string>
<key>CFBundleVersion</key>
<string>0</string>
<key>Chrome</key>
Expand Down
2 changes: 1 addition & 1 deletion lib/chrome/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"name": "Sherclock chrome extension",
"short_name": "Sherclock",
"description": "Extension to track time in Sherclock in the point of your pointer.",
"version": "0.0.5",
"version": "0.0.7",

"permissions": [
"activeTab"
Expand Down
2 changes: 1 addition & 1 deletion lib/safari/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
<key>CFBundleInfoDictionaryVersion</key>
<string>6.0</string>
<key>CFBundleShortVersionString</key>
<string>0.0.5</string>
<string>0.0.7</string>
<key>CFBundleVersion</key>
<string>0</string>
<key>Chrome</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": "sherclock-extensions",
"version": "0.0.6",
"version": "0.0.7",
"description": "All the sherclock extensions (for any browser)",
"main": "index.js",
"directories": {
Expand Down

0 comments on commit d890e41

Please sign in to comment.