We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents b16b5f1 + 8938ab9 commit a9543b3Copy full SHA for a9543b3
AudioType/UI/SettingsView.swift
@@ -211,7 +211,7 @@ struct SettingsView: View {
211
HStack {
212
Text("Version")
213
Spacer()
214
- Text("2.1.0")
+ Text("2.2.0")
215
.foregroundColor(.secondary)
216
}
217
Resources/Info.plist
@@ -11,9 +11,9 @@
11
<key>CFBundleDisplayName</key>
12
<string>AudioType</string>
13
<key>CFBundleVersion</key>
14
- <string>2.1.0</string>
+ <string>2.2.0</string>
15
<key>CFBundleShortVersionString</key>
16
17
<key>CFBundlePackageType</key>
18
<string>APPL</string>
19
<key>LSMinimumSystemVersion</key>
0 commit comments