Skip to content

Commit

Permalink
chore: bump version number
Browse files Browse the repository at this point in the history
  • Loading branch information
medavox committed May 6, 2020
1 parent 5e0e7d9 commit 28ed939
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ repositories {
}
dependencies {
compile 'com.github.medavox:MuTime:v0.6'
implementation 'com.github.medavox:MuTime:v0.7'
}
```

Expand Down
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@ ext {
minSdkVersion = 9
targetSdkVersion = 26

versionCode = 2
versionName = '0.6'
versionCode = 3
versionName = '0.7'
}

allprojects {
Expand Down

0 comments on commit 28ed939

Please sign in to comment.