Skip to content

Commit

Permalink
Prepare for release 1.0.5
Browse files Browse the repository at this point in the history
  • Loading branch information
Saeed Masoumi committed Jan 11, 2017
1 parent 5555437 commit ec66ddf
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,13 @@
Change Log
==========

Version 1.0.5
-------------

_2017-01-11_

* Clear the view reference in `AbstractPresenter#onViewDetached`.

Version 1.0.4
-------------

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ buildscript {
jcenter()
}
dependencies {
classpath 'com.sixthsolution.easymvp:easymvp-plugin:1.0.4'
classpath 'com.sixthsolution.easymvp:easymvp-plugin:1.0.5'
}
}
```
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
GROUP=com.sixthsolution.easymvp
VERSION_NAME=1.0.5-SNAPSHOT
VERSION_NAME=1.0.5
org.gradle.jvmargs=-Xmx2048m

0 comments on commit ec66ddf

Please sign in to comment.