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

Commit

Permalink
Prepare Release 0.0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
İbrahim Yilmaz committed Jul 27, 2019
1 parent 510a27a commit 7620ae1
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 6 deletions.
8 changes: 5 additions & 3 deletions CHANGELOG.MD
Original file line number Diff line number Diff line change
@@ -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.
Expand Down
4 changes: 2 additions & 2 deletions README.MD
Original file line number Diff line number Diff line change
Expand Up @@ -103,13 +103,13 @@ Maven:
<dependency>
<groupId>me.ibrahimyilmaz</groupId>
<artifactId>ArchData</artifactId>
<version>0.0.3</version>
<version>0.0.4</version>
<type>pom</type>
</dependency>
```
Gradle:
```groovy
compile 'me.ibrahimyilmaz:ArchData:0.0.3'
compile 'me.ibrahimyilmaz:ArchData:0.0.4'
```

License
Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down

0 comments on commit 7620ae1

Please sign in to comment.