Skip to content

Commit

Permalink
[core] bump libs version name to 2.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
mkoslacz committed Mar 23, 2017
1 parent 748dbea commit 83274e5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,8 @@ task clean(type: Delete) {
ext {
groupNameAndArtifactPrefix ='com.mateuszkoslacz.moviper:moviper-'

releaseVersionCode = 10
releaseVersionName = '2.0.0'
releaseVersionCode = 11
releaseVersionName = '2.0.1'

minSdkVersion = 16
targetSdkVersion = 25
Expand Down

0 comments on commit 83274e5

Please sign in to comment.