Skip to content

Commit 6f1952b

Browse files
author
Chris Bellew
committed
Version bump (2.0.2).
1 parent 6954ab3 commit 6f1952b

File tree

3 files changed

+7
-4
lines changed

3 files changed

+7
-4
lines changed

mobile/src/main/AndroidManifest.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
33
xmlns:tools="http://schemas.android.com/tools"
44
package="com.atomjack.vcfp"
5-
android:versionCode="39"
6-
android:versionName="2.0.1" >
5+
android:versionCode="41"
6+
android:versionName="2.0.2" >
77

88
<uses-permission android:name="com.mohammadag.googlesearchapi.permission.ACCESS_GGOGLE_SEARCH_API" />
99
<uses-permission android:name="android.permission.INTERNET" />

mobile/src/main/res/xml/changelog.xml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<changelog>
3+
<release version="2.0.2" versioncode="41">
4+
<change>Added support for Cinema Trailers. Number of trailers to show before playing a movie can be set in the Options menu. Default is 0 (disabled).</change>
5+
</release>
36
<release version="2.0.1" versioncode="39">
47
<change>Added Android Wear Support.</change>
58
<change>Consolidated Server/Client scanning, which will run smoother.</change>

wear/src/main/AndroidManifest.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
33
package="com.atomjack.vcfp"
4-
android:versionCode="40"
5-
android:versionName="2.0.2b1">
4+
android:versionCode="41"
5+
android:versionName="2.0.2">
66

77
<uses-feature android:name="android.hardware.type.watch" />
88

0 commit comments

Comments
 (0)