diff --git a/Blade.wiki b/Blade.wiki index 4ffba1b..aeb3a4b 160000 --- a/Blade.wiki +++ b/Blade.wiki @@ -1 +1 @@ -Subproject commit 4ffba1bb573a3b42be9aad8cd9d1427d8102d7cb +Subproject commit aeb3a4b00a27b47b3cf0905cffc13b569e2ffbde diff --git a/CHANGELOG.md b/CHANGELOG.md index fc83561..7d880e6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,11 @@ Change Log ========== +Version 2.6.1 *(2017-01-28)* +---------------------------- + + * Fix: `mvp` generated Activity classes + Version 2.6.0 *(2017-01-01)* ---------------------------- diff --git a/gradle.properties b/gradle.properties index 146a1a4..eba3019 100644 --- a/gradle.properties +++ b/gradle.properties @@ -3,7 +3,7 @@ org.gradle.jvmargs=-Xmx1536M LIB_GROUP_ID = eu.f3rog.blade ARTIFACT_ID = none -LIB_VERSION = 2.6.0 +LIB_VERSION = 2.6.1 LIB_VERSION_DESC = Android Library for Boilerplate Destruction diff --git a/plugin/src/main/groovy/eu/f3rog/blade/plugin/BladePlugin.groovy b/plugin/src/main/groovy/eu/f3rog/blade/plugin/BladePlugin.groovy index 6d427a0..daa777e 100644 --- a/plugin/src/main/groovy/eu/f3rog/blade/plugin/BladePlugin.groovy +++ b/plugin/src/main/groovy/eu/f3rog/blade/plugin/BladePlugin.groovy @@ -32,7 +32,7 @@ public final class BladePlugin public static String ERROR_CONFIG_FILE_IS_MISSING = "Blade configuration file is missing! (more info here: https://github.com/FrantisekGazo/Blade/wiki#1-create-configuration-file)" public static String LIB_GROUP_ID = "eu.f3rog.blade" - public static String LIB_VERSION = "2.6.0" + public static String LIB_VERSION = "2.6.1" public static String LIB_CONFIG_FILE_NAME = "blade" public static String[] LIB_MODULES = ["arg", "extra", "mvp", "parcel", "state"]