Skip to content

Commit a9543b3

Browse files
authored
Merge pull request #8 from PatelUtkarsh/release/v2.2.0
Release v2.2.0 — OpenAI transcription engine
2 parents b16b5f1 + 8938ab9 commit a9543b3

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

AudioType/UI/SettingsView.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -211,7 +211,7 @@ struct SettingsView: View {
211211
HStack {
212212
Text("Version")
213213
Spacer()
214-
Text("2.1.0")
214+
Text("2.2.0")
215215
.foregroundColor(.secondary)
216216
}
217217

Resources/Info.plist

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,9 @@
1111
<key>CFBundleDisplayName</key>
1212
<string>AudioType</string>
1313
<key>CFBundleVersion</key>
14-
<string>2.1.0</string>
14+
<string>2.2.0</string>
1515
<key>CFBundleShortVersionString</key>
16-
<string>2.1.0</string>
16+
<string>2.2.0</string>
1717
<key>CFBundlePackageType</key>
1818
<string>APPL</string>
1919
<key>LSMinimumSystemVersion</key>

0 commit comments

Comments
 (0)