diff --git a/CHANGELOG.MD b/CHANGELOG.MD index 8fb4f67..2b1f10a 100644 --- a/CHANGELOG.MD +++ b/CHANGELOG.MD @@ -1,12 +1,14 @@ # Changelog ## [Development] + +## Bursa(0.0.4) - LiveDataAction implementation. -- ChangeLog updated for Bintray Download. -- ChangeLog format fixed. +- Readme updated for Bintray Download. +- Readme format fixed. ## Bursa(0.0.3) -- ChangeLog updated for Non Null Observe. +- Readme updated for Non Null Observe. ## Bursa(0.0.2) - Non Null Observe extension method is added. diff --git a/README.MD b/README.MD index 02ffae9..3f5393a 100644 --- a/README.MD +++ b/README.MD @@ -103,13 +103,13 @@ Maven: me.ibrahimyilmaz ArchData - 0.0.3 + 0.0.4 pom ``` Gradle: ```groovy -compile 'me.ibrahimyilmaz:ArchData:0.0.3' +compile 'me.ibrahimyilmaz:ArchData:0.0.4' ``` License diff --git a/build.gradle b/build.gradle index 01fc0d4..e0abbd3 100644 --- a/build.gradle +++ b/build.gradle @@ -19,7 +19,7 @@ buildscript { siteUrl = 'https://github.com/ibrahimyilmaz/ArchData' gitUrl = 'https://github.com/ibrahimyilmaz/ArchData.git' - libraryVersion = '0.0.3' + libraryVersion = '0.0.4' developerId = 'ibrahimyilmaz' developerName = 'Ibrahim Yilmaz'