Skip to content

Commit 6effcea

Browse files
committed
Bump version to 1.4.2
Update project version from 1.4.1 to 1.4.2. Adjusts CFBundleVersion and CFBundleShortVersionString in the Standalone workflow plist, updates the Version field in README and all localized README files (CN, DE, ES, FR, JP, KO), and updates the About dialog version in everything.py to reflect the new release.
1 parent 87006b7 commit 6effcea

9 files changed

Lines changed: 10 additions & 10 deletions

File tree

.github/workflows/Standalone.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -100,8 +100,8 @@ jobs:
100100
'plist': {
101101
'CFBundleName': 'Everything',
102102
'CFBundleDisplayName': 'Everything',
103-
'CFBundleVersion': '1.4.1',
104-
'CFBundleShortVersionString': '1.4.1',
103+
'CFBundleVersion': '1.4.2',
104+
'CFBundleShortVersionString': '1.4.2',
105105
'CFBundleIdentifier': 'com.appledragon.everythingbymdfind',
106106
'LSMinimumSystemVersion': '10.14',
107107
'NSHighResolutionCapable': True,

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ Apple Dragon
113113

114114
## Version
115115

116-
1.4.1
116+
1.4.2
117117

118118
## Acknowledgements
119119

README_CN.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ Apple Dragon
108108

109109
## 当前版本
110110

111-
1.4.1
111+
1.4.2
112112

113113
## 致谢
114114

README_DE.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ Apple Dragon
112112

113113
## Version
114114

115-
1.4.1
115+
1.4.2
116116

117117
## Danksagungen
118118

README_ES.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ Apple Dragon
112112

113113
## Versión
114114

115-
1.4.1
115+
1.4.2
116116

117117
## Agradecimientos
118118

README_FR.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ Apple Dragon
112112
113113
## Version
114114
115-
1.4.1
115+
1.4.2
116116
117117
## Remerciements
118118

README_JP.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ Apple Dragon
109109

110110
## 最新バージョン
111111

112-
1.4.1
112+
1.4.2
113113

114114
## クレジット
115115

README_KO.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ Apple Dragon
109109

110110
## 현재 버전
111111

112-
1.4.1
112+
1.4.2
113113

114114
## 크레딧
115115

everything.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5429,7 +5429,7 @@ def show_about_dialog(self):
54295429
about_text = """
54305430
<h2>Everything by mdfind</h2>
54315431
<p>A powerful file search tool for macOS that leverages the Spotlight engine.</p>
5432-
<p><b>Version:</b> 1.4.1</p>
5432+
<p><b>Version:</b> 1.4.2</p>
54335433
<p><b>Author:</b> Apple Dragon</p>
54345434
"""
54355435
QMessageBox.about(self, "About Everything by mdfind", about_text)

0 commit comments

Comments
 (0)