Skip to content

Commit

Permalink
Updated version to 1.10.0 (rebuild with updated configuration).
Browse files Browse the repository at this point in the history
  • Loading branch information
zamojski committed Aug 16, 2016
1 parent 3927314 commit ccbfd64
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
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 = 10 // minor feature releases
def versionPatch = 0 // hot fixes
def versionBuild = 9 // build version
def versionBuild = 10 // build version

// Double check the versioning
for (versionPart in [versionPatch, versionMinor, versionMajor, versionBuild]) {
Expand Down
2 changes: 1 addition & 1 deletion app/src/main/res/raw/changelog.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"Entries": [
{
"VersionCode": 1100009,
"VersionCode": 1100010,
"Title": "Changes in version 1.10.0",
"Messages": [
"Introducing support for granting Android permissions at runtime.",
Expand Down

0 comments on commit ccbfd64

Please sign in to comment.