Skip to content

Commit ed4fb50

Browse files
committed
Prepare for release 1.0.4
1 parent e9489f6 commit ed4fb50

4 files changed

Lines changed: 10 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,13 @@
11
Change Log
22
==========
33

4+
Version 1.0.4
5+
-------------
6+
7+
_2016-11-28_
8+
9+
* Use [LoaderManager](https://developer.android.com/reference/android/app/LoaderManager.html) for `android.app.Activity` [#16](https://github.com/6thsolution/EasyMVP/issues/16)
10+
411
Version 1.0.3
512
-------------
613

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ buildscript {
3636
jcenter()
3737
}
3838
dependencies {
39-
classpath 'com.sixthsolution.easymvp:easymvp-plugin:1.0.3'
39+
classpath 'com.sixthsolution.easymvp:easymvp-plugin:1.0.4'
4040
}
4141
}
4242
```

RELEASING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ Releasing
44
1. Change the version in `gradle.properties` to a non-SNAPSHOT version.
55
2. Update the `CHANGELOG.md`.
66
3. Update the `README.md` with the new version.
7-
4. `git commit -am "Prepare for release x.y.z."`
7+
4. `git commit -am "Prepare for release x.y.z"`
88
5. `git push` (travis will build and upload artifacts)
99
6. `git tag -a x.y.z -m "Version x.y.z"`
1010
7. Update the `gradle.properties` to the next SNAPSHOT version.

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
GROUP=com.sixthsolution.easymvp
2-
VERSION_NAME=1.0.4-SNAPSHOT
2+
VERSION_NAME=1.0.4
33
org.gradle.jvmargs=-Xmx2048m

0 commit comments

Comments
 (0)