Skip to content

Commit

Permalink
Updated version to 1.9.0-beta4.
Browse files Browse the repository at this point in the history
  • Loading branch information
zamojski committed May 28, 2016
1 parent a1fe0ea commit a865fbf
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
2 changes: 1 addition & 1 deletion app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
def versionMajor = 1 // major releases
def versionMinor = 9 // minor feature releases
def versionPatch = 0 // hot fixes
def versionBuild = 3 // build version
def versionBuild = 4 // build version

// Double check the versioning
for (versionPart in [versionPatch, versionMinor, versionMajor, versionBuild]) {
Expand Down
7 changes: 7 additions & 0 deletions app/src/main/res/raw/changelog.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
{
"Entries": [
{
"VersionCode": 1090004,
"Title": "Changes in version 1.9.0-beta4",
"Messages": [
"Fixed crash when uploading measurements."
]
},
{
"VersionCode": 1090003,
"Title": "Changes in version 1.9.0-beta3",
Expand Down

0 comments on commit a865fbf

Please sign in to comment.