Browse Source

Bump version

Felix Paul Kühne 11 years ago
parent
commit
e055261194
2 changed files with 6 additions and 2 deletions
  1. 4 0
      NEWS
  2. 2 2
      Sources/VLC for iOS-Info.plist

+ 4 - 0
NEWS

@@ -1,3 +1,7 @@
+2.2.2:
+------
+* Fixed audio playback regression introduced in previous update
+
 2.2.1:
 ------
 * Added initial support for ARM64 aka AArch64 aka ARMv8

+ 2 - 2
Sources/VLC for iOS-Info.plist

@@ -66,7 +66,7 @@
 	<key>CFBundlePackageType</key>
 	<string>APPL</string>
 	<key>CFBundleShortVersionString</key>
-	<string>2.2.1</string>
+	<string>2.2.2</string>
 	<key>CFBundleSignature</key>
 	<string>????</string>
 	<key>CFBundleURLTypes</key>
@@ -174,7 +174,7 @@
 		</dict>
 	</array>
 	<key>CFBundleVersion</key>
-	<string>2.2.1</string>
+	<string>2.2.2</string>
 	<key>LSRequiresIPhoneOS</key>
 	<true/>
 	<key>UIBackgroundModes</key>