Skip to content

Commit

Permalink
Bumped version to 2.2beta17
Browse files Browse the repository at this point in the history
@branch-specific
  • Loading branch information
nicolas-raoul committed Jul 14, 2014
1 parent a2cab03 commit 2e7514d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="com.ichi2.anki"
android:installLocation="auto"
android:versionCode="20200216"
android:versionName="2.2beta16" >
android:versionCode="20200217"
android:versionName="2.2beta17" >

<!--
The version number is of the form:
Expand Down

2 comments on commit 2e7514d

@ospalh
Copy link
Contributor

@ospalh ospalh commented on 2e7514d Jul 14, 2014

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Erm, why did you bump the version of the beta/release branch after pulling changes into the alpha/develop branch‽ …

@nicolas-raoul
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@ospalh I am also wondering why... thanks for letting me know :-)
Building a new alpha now.

Please sign in to comment.