Skip to content

Commit

Permalink
Version Bump
Browse files Browse the repository at this point in the history
  • Loading branch information
arturogutierrez committed Jun 14, 2018
1 parent 73534b3 commit 40dd91a
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
6 changes: 5 additions & 1 deletion CHANGELOG.md
@@ -1,4 +1,8 @@
### 0.9.4.2
### 0.9.4.3

* Realm Migration Fix [#80](https://github.com/arturogutierrez/Openticator/pull/80)

### 0.9.4.2 (13/06/2018)

* Android Gradle Plugin update 3.0: [#78](https://github.com/arturogutierrez/Openticator/pull/78)
* RxJava 2 migration: [#79](https://github.com/arturogutierrez/Openticator/pull/79)
Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Expand Up @@ -22,7 +22,7 @@ allprojects {
ext {
application = [
package: 'com.arturogutierrez.openticator',
versionCode: 9042,
versionCode: 9043,
versionName: '0.9.4',
]
}
Expand Down

0 comments on commit 40dd91a

Please sign in to comment.