Skip to content

Commit

Permalink
release: v2.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
uetchy committed Aug 16, 2018
1 parent 37e8a02 commit 90dc94a
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 6 deletions.
4 changes: 2 additions & 2 deletions Polyglot.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>2.4.0</string>
<string>2.4.1</string>
<key>CFBundleVersion</key>
<string>2.4.0</string>
<string>2.4.1</string>
<key>Chrome</key>
<dict>
<key>Context Menu Items</key>
Expand Down
6 changes: 3 additions & 3 deletions docs/manifest.plist
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,11 @@
<key>Developer Identifier</key>
<string>58XDWHK3JX</string>
<key>CFBundleVersion</key>
<string>2.4.0</string>
<string>2.4.1</string>
<key>CFBundleShortVersionString</key>
<string>2.4.0</string>
<string>2.4.1</string>
<key>URL</key>
<string>https://github.com/uetchy/Polyglot/releases/download/v2.4.0/Polyglot.safariextz</string>
<string>https://github.com/uetchy/Polyglot/releases/download/v2.4.1/Polyglot.safariextz</string>
<key>Update From Gallery</key>
<false/>
</dict>
Expand Down
3 changes: 2 additions & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
{
"name": "polyglot",
"version": "2.4.1",
"private": true,
"scripts": {
"start": "webpack -w --mode development",
Expand Down

0 comments on commit 90dc94a

Please sign in to comment.