diff --git a/chatkit/build.gradle b/chatkit/build.gradle index d9edfd58..ad99aae0 100644 --- a/chatkit/build.gradle +++ b/chatkit/build.gradle @@ -8,7 +8,7 @@ android { defaultConfig { minSdkVersion 14 versionCode 1 - versionName '0.4.0' + versionName '0.4.1' consumerProguardFiles 'proguard.txt' } android { @@ -33,7 +33,7 @@ android { // You can then customize attributes of the publication as shown below. groupId = 'com.github.stfalcon' artifactId = 'chatkit' - version = '0.4.0' + version = '0.4.1' } } }