Skip to content

Commit

Permalink
Release version 2.6.1
Browse files Browse the repository at this point in the history
  • Loading branch information
FrantisekGazo committed Jan 28, 2017
1 parent de0c7da commit 0bda503
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Blade.wiki
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)*
----------------------------

Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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"]

Expand Down

0 comments on commit 0bda503

Please sign in to comment.