Skip to content

Commit

Permalink
VersionCode++
Browse files Browse the repository at this point in the history
  • Loading branch information
arturogutierrez committed Nov 25, 2016
1 parent 49d16ba commit 80678a8
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
3 changes: 2 additions & 1 deletion CHANGELOG.md
@@ -1,5 +1,6 @@
### 0.8.3 Unreleased
### 0.8.3 (25/11/2016)

* New: Flow Up added [#45](https://github.com/arturogutierrez/Openticator/pull/45)
* Fixes: Disabling passcode list scroll when there is content that doesn't fit the entire screen for all cases [#44](https://github.com/arturogutierrez/Openticator/pull/44)

### 0.8.2 (24/11/2016)
Expand Down
4 changes: 2 additions & 2 deletions build.gradle
Expand Up @@ -21,8 +21,8 @@ allprojects {
ext {
application = [
package: 'com.arturogutierrez.openticator',
versionCode: 8002,
versionName: '0.8.2',
versionCode: 8003,
versionName: '0.8.3',
]
}
}

0 comments on commit 80678a8

Please sign in to comment.