Skip to content

Commit 2c3c52e

Browse files
committed
chore: release v3.4.0
1 parent 4f31369 commit 2c3c52e

File tree

4 files changed

+144
-140
lines changed

4 files changed

+144
-140
lines changed

Polyglot/Info.plist

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,9 @@
1717
<key>CFBundlePackageType</key>
1818
<string>APPL</string>
1919
<key>CFBundleShortVersionString</key>
20-
<string>3.3</string>
20+
<string>3.4</string>
2121
<key>CFBundleVersion</key>
22-
<string>3.3.0</string>
22+
<string>3.4.0</string>
2323
<key>LSApplicationCategoryType</key>
2424
<string>public.app-category.productivity</string>
2525
<key>LSMinimumSystemVersion</key>

PolyglotSafariExtension/Info.plist

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,9 @@
1717
<key>CFBundlePackageType</key>
1818
<string>XPC!</string>
1919
<key>CFBundleShortVersionString</key>
20-
<string>3.3</string>
20+
<string>3.4</string>
2121
<key>CFBundleVersion</key>
22-
<string>3.3.0</string>
22+
<string>3.4.0</string>
2323
<key>LSMinimumSystemVersion</key>
2424
<string>$(MACOSX_DEPLOYMENT_TARGET)</string>
2525
<key>NSExtension</key>

package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "polyglot",
33
"description": "A Safari extension that translates selected text into your native language.",
4-
"version": "3.3.0",
4+
"version": "3.4.0",
55
"scripts": {
66
"build": "NODE_ENV=production webpack-cli --mode production",
77
"clean": "shx rm -rf PolyglotSafariExtension/ContentScript/*.js{,.map,.LICENSE.txt}",
@@ -21,14 +21,14 @@
2121
"@types/mustache": "^4.1.1",
2222
"create-dmg": "^5.3.0",
2323
"husky": "^4.3.8",
24-
"lint-staged": "^10.5.3",
24+
"lint-staged": "^10.5.4",
2525
"plist": "^3.0.1",
2626
"shx": "^0.3.3",
2727
"terser-webpack-plugin": "^5.1.1",
28-
"ts-loader": "^8.0.14",
29-
"typescript": "^4.1.3",
30-
"webpack": "^5.18.0",
31-
"webpack-cli": "^4.4.0"
28+
"ts-loader": "^8.0.18",
29+
"typescript": "^4.2.3",
30+
"webpack": "^5.26.2",
31+
"webpack-cli": "^4.5.0"
3232
},
3333
"husky": {
3434
"hooks": {

0 commit comments

Comments
 (0)