Skip to content

Commit

Permalink
Version: Releasing version 2.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
arthurbenemann committed Feb 25, 2014
1 parent 2243451 commit 8e5e73e
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions ChangeLog.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,12 @@ Our convention for release control is the following (for a release like DPvA.B.C
All the changes are logged below (preferable with the pull request numbers in parenteses):

# Releases
## Droidplanner v2.2.1
* Fix errors in Land, Takeoff and RTH mission items (#655)
* German Translation and Language Selector in settings (#650)
* Fix Gradle build (#648)
* Starting to add unit testing to the code (#646)

## Droidplanner v2.2.0
* Added support for phones (#618)
* Fixing typos and whitespaces on strings.xml (#640)
Expand Down
2 changes: 1 addition & 1 deletion DroidPlanner/AndroidManifest.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="org.droidplanner"
android:versionCode="61"
android:versionCode="62"
android:versionName="please run version.sh to get the version name">

<uses-sdk
Expand Down

0 comments on commit 8e5e73e

Please sign in to comment.