Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
Aditya Sharat committed Sep 2, 2016
1 parent b397710 commit ec9cf9a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions library/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@ android {
defaultConfig {
minSdkVersion 14
targetSdkVersion 24
versionCode 400000
versionName "4.0.0"
versionCode 410000
versionName "4.1.0"
}

lintOptions {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
public class Utils {

public static final String LIB_NAME = "proteus";
public static final String VERSION = "4.0.0-SNAPSHOT";
public static final String VERSION = "4.1.0-SNAPSHOT";

public static final String ATTRIBUTE_BORDER_WIDTH = "width";
public static final String ATTRIBUTE_BORDER_COLOR = "color";
Expand Down

0 comments on commit ec9cf9a

Please sign in to comment.