Skip to content

Commit

Permalink
version bump: 2.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
uetchy committed Dec 5, 2017
1 parent fece6b6 commit 5b756e3
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 6 deletions.
6 changes: 3 additions & 3 deletions Polyglot.safariextension/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -9,13 +9,13 @@
<key>CFBundleDisplayName</key>
<string>Polyglot</string>
<key>CFBundleIdentifier</key>
<string>co.randompaper.safari.polyglot</string>
<string>io.uechi.safari.polyglot</string>
<key>CFBundleInfoDictionaryVersion</key>
<string>6.0</string>
<key>CFBundleShortVersionString</key>
<string>2.0.1</string>
<string>2.1.0</string>
<key>CFBundleVersion</key>
<string>2.0.1</string>
<string>2.1.0</string>
<key>Chrome</key>
<dict>
<key>Context Menu Items</key>
Expand Down
4 changes: 2 additions & 2 deletions docs/manifest.plist
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@
<key>Developer Identifier</key>
<string>58XDWHK3JX</string>
<key>CFBundleVersion</key>
<string>2.0.1</string>
<string>2.1.0</string>
<key>CFBundleShortVersionString</key>
<string>2.0.1</string>
<string>2.1.0</string>
<key>URL</key>
<string>https://github.com/uetchy/Polyglot/releases/download/v2.0.1/Polyglot.safariextz</string>
<key>Update From Gallery</key>
Expand Down
1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
{
"name": "Polyglot",
"version": "2.1.0",
"private": true,
"scripts": {
"start": "webpack -w",
Expand Down

0 comments on commit 5b756e3

Please sign in to comment.