Skip to content

Commit

Permalink
bumped version
Browse files Browse the repository at this point in the history
  • Loading branch information
gdelmas committed Jan 18, 2018
1 parent 9e7c58a commit 7832c7a
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 5 deletions.
4 changes: 2 additions & 2 deletions src-chrome/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,13 @@
"manifest_version": 2,

"name": "Github Tower",
"description": "Use Github's \"Clone in Desktop\" button with Tower",
"description": "Use Github's \"Open in Desktop\" Button with Tower",
"author": "Gerard Delmàs",
"homepage_url": "https://github.com/gdelmas/GithubTower",
"icons": {
"128": "icon.png"
},
"version": "1.0.2",
"version": "1.1.0",

"content_scripts": [
{
Expand Down
8 changes: 5 additions & 3 deletions src-safari/GithubTower.safariextension/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -5,15 +5,15 @@
<key>Author</key>
<string>Gerard Delmàs</string>
<key>Builder Version</key>
<string>9537.78.2</string>
<string>12604.4.7.1.6</string>
<key>CFBundleDisplayName</key>
<string>Github Tower</string>
<key>CFBundleIdentifier</key>
<string>de.dreamlab.githubtower</string>
<key>CFBundleInfoDictionaryVersion</key>
<string>6.0</string>
<key>CFBundleShortVersionString</key>
<string>1.0.2</string>
<string>1.1.0</string>
<key>CFBundleVersion</key>
<string>1</string>
<key>Chrome</key>
Expand All @@ -29,7 +29,9 @@
</dict>
</dict>
<key>Description</key>
<string>Use Github's "Clone in Desktop" button with Tower</string>
<string>Use Github's "Open in Desktop" Button with Tower</string>
<key>DeveloperIdentifier</key>
<string>R448YUR7UE</string>
<key>ExtensionInfoDictionaryVersion</key>
<string>1.0</string>
<key>Permissions</key>
Expand Down

0 comments on commit 7832c7a

Please sign in to comment.