Skip to content

Commit

Permalink
VersionCode++
Browse files Browse the repository at this point in the history
  • Loading branch information
arturogutierrez committed Nov 24, 2016
1 parent e8c4a9e commit 91830d8
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions CHANGELOG.md
@@ -1,6 +1,6 @@
### Unreleased
### 0.8.2 (24/11/2016)

* New: Disabling passcode list scroll when there is content that doesn't fit the entire screen [#43](https://github.com/arturogutierrez/Openticator/pull/43)
* Fixes: Disabling passcode list scroll when there is content that doesn't fit the entire screen [#43](https://github.com/arturogutierrez/Openticator/pull/43)
* Dependencies version updated [#41](https://github.com/arturogutierrez/Openticator/pull/42)

### 0.8.0 (23/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: 8001,
versionName: '0.8.0',
versionCode: 8002,
versionName: '0.8.2',
]
}
}

0 comments on commit 91830d8

Please sign in to comment.