Skip to content

Commit

Permalink
new version
Browse files Browse the repository at this point in the history
  • Loading branch information
tonyofrancis committed May 14, 2019
1 parent 009edb4 commit 6d01f43
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
Version 1.3.1
- Added methods

Version 1.3.0
- Renamed Dispatch to DispatchQueue
- Renamed DispatchObserver and DispatchObservable to DispatchQueueObserver and DispatchQueueObservable
Expand Down
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@

buildscript {
ext.kotlin_version = '1.3.31'
ext.library_version = '1.3.0'
ext.library_version_code = 14
ext.library_version = '1.3.1'
ext.library_version_code = 15
ext.retrofit_version = '2.5.0'
ext.gson_version = '2.8.5'
ext.novoda_bintray_version = '0.9'
Expand Down

0 comments on commit 6d01f43

Please sign in to comment.