Skip to content

Commit

Permalink
Prepare for release 1.0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
Saeed Masoumi committed Nov 28, 2016
1 parent e9489f6 commit ed4fb50
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 3 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
@@ -1,6 +1,13 @@
Change Log
==========

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

_2016-11-28_

* Use [LoaderManager](https://developer.android.com/reference/android/app/LoaderManager.html) for `android.app.Activity` [#16](https://github.com/6thsolution/EasyMVP/issues/16)

Version 1.0.3
-------------

Expand Down
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -36,7 +36,7 @@ buildscript {
jcenter()
}
dependencies {
classpath 'com.sixthsolution.easymvp:easymvp-plugin:1.0.3'
classpath 'com.sixthsolution.easymvp:easymvp-plugin:1.0.4'
}
}
```
Expand Down
2 changes: 1 addition & 1 deletion RELEASING.md
Expand Up @@ -4,7 +4,7 @@ Releasing
1. Change the version in `gradle.properties` to a non-SNAPSHOT version.
2. Update the `CHANGELOG.md`.
3. Update the `README.md` with the new version.
4. `git commit -am "Prepare for release x.y.z."`
4. `git commit -am "Prepare for release x.y.z"`
5. `git push` (travis will build and upload artifacts)
6. `git tag -a x.y.z -m "Version x.y.z"`
7. Update the `gradle.properties` to the next SNAPSHOT version.
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
@@ -1,3 +1,3 @@
GROUP=com.sixthsolution.easymvp
VERSION_NAME=1.0.4-SNAPSHOT
VERSION_NAME=1.0.4
org.gradle.jvmargs=-Xmx2048m

0 comments on commit ed4fb50

Please sign in to comment.