Skip to content
This repository has been archived by the owner on Mar 16, 2021. It is now read-only.

Commit

Permalink
Upgrade version number to 0.11.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Pascal Welsch committed Sep 7, 2016
1 parent e627e48 commit 3095b32
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions library/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ apply plugin: 'com.android.library'
apply plugin: 'jacoco'
apply plugin: 'bintray-release'

def final String VERSION_NAME = "0.10.0"
def final int VERSION_CODE = 10
def final String VERSION_NAME = "0.11.0"
def final int VERSION_CODE = 11

android {
compileSdkVersion 23
Expand Down

0 comments on commit 3095b32

Please sign in to comment.