diff --git a/ChangeLog.md b/ChangeLog.md index 66bbd8e..1926ac8 100644 --- a/ChangeLog.md +++ b/ChangeLog.md @@ -1,3 +1,6 @@ +Version: 1.2.1 +* Fix issue that MvcFragment and MvcDialogFragment post V2V events to C2V event bus. + Version: 1.2.0 * MvcGraph.inject throws runtime exception - MvcGraphException now. So no need to catch poke exceptions any more. * MvcGraph.get method to get an instance. It provides cached instance if there is already an existing one, otherwise the newly created instance. diff --git a/README.md b/README.md index 2112f02..572f4ed 100644 --- a/README.md +++ b/README.md @@ -33,13 +33,13 @@ The library is currently release to jCenter and MavenCentral com.shipdream android-mvc - 1.2.0 + 1.2.1 ``` **Gradle:** ```groovy -compile "com.shipdream:android-mvc:1.2.0" +compile "com.shipdream:android-mvc:1.2.1" ``` ## Dependency injection with reference count diff --git a/build.gradle b/build.gradle index 6c01d1d..9fc8356 100644 --- a/build.gradle +++ b/build.gradle @@ -75,7 +75,7 @@ ext { version = [ major: 1, minor: 2, - patch : 0 + patch : 1 ] libGroup = 'com.shipdream' libVersion = "${version.major}.${version.minor}.${version.patch}" diff --git a/documents/sites/Site-MarkDown.md b/documents/sites/Site-MarkDown.md index 82a6c88..c5c4d40 100644 --- a/documents/sites/Site-MarkDown.md +++ b/documents/sites/Site-MarkDown.md @@ -40,13 +40,13 @@ The library is currently release to jCenter and MavenCentral com.shipdream android-mvc - 1.2.0 + 1.2.1 ``` **Gradle:** ```groovy -compile "com.shipdream:android-mvc:1.2.0" +compile "com.shipdream:android-mvc:1.2.1" ``` ## Samples