Skip to content

Commit ec9cf9a

Browse files
author
Aditya Sharat
committed
bump version
1 parent b397710 commit ec9cf9a

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

library/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,8 @@ android {
2323
defaultConfig {
2424
minSdkVersion 14
2525
targetSdkVersion 24
26-
versionCode 400000
27-
versionName "4.0.0"
26+
versionCode 410000
27+
versionName "4.1.0"
2828
}
2929

3030
lintOptions {

library/src/main/java/com/flipkart/android/proteus/toolbox/Utils.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
public class Utils {
4040

4141
public static final String LIB_NAME = "proteus";
42-
public static final String VERSION = "4.0.0-SNAPSHOT";
42+
public static final String VERSION = "4.1.0-SNAPSHOT";
4343

4444
public static final String ATTRIBUTE_BORDER_WIDTH = "width";
4545
public static final String ATTRIBUTE_BORDER_COLOR = "color";

0 commit comments

Comments
 (0)