Skip to content
This repository has been archived by the owner on Mar 26, 2024. It is now read-only.

Commit

Permalink
Bumped version number to 0.7
Browse files Browse the repository at this point in the history
  • Loading branch information
davidmigloz committed Jan 16, 2017
1 parent 3aed364 commit 984bfa8
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,8 @@ android {
applicationId "com.davidmiguel.gobees"
minSdkVersion 19
targetSdkVersion 25
versionCode 6
versionName "v0.6"
versionCode 7
versionName "v0.7"

testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"
}
Expand Down
9 changes: 9 additions & 0 deletions app/src/main/res/values/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -564,6 +564,15 @@
<!-- Changelog [CHAR LIMIT=NONE] -->
<string name="changelog" translatable="false">
<![CDATA[
<b>Version 0.7:</b><br/>
- Spanish translation.<br/>
- Catalan translation<br/>
- Arabic translation<br/>
- Help section.<br/>
- About GoBees section.<br/>
- Add Send feedback.<br/>
- Add Share app.<br/>
- Minor improvements and fixes.<br/><br/>
<b>Version 0.6:</b><br/>
- Add license.<br/>
- Apiary and hive info tab.<br/>
Expand Down

0 comments on commit 984bfa8

Please sign in to comment.