diff --git a/README.md b/README.md index 2237634..8686993 100644 --- a/README.md +++ b/README.md @@ -102,7 +102,7 @@ buildscript { } dependencies { - classpath 'com.canelmas.let:let-plugin:0.1.10' + classpath 'com.canelmas.let:let-plugin:0.1.11' } } @@ -125,7 +125,7 @@ buildscript { } dependencies { - classpath 'com.canelmas.let:let-plugin:0.1.10-SNAPSHOT' + classpath 'com.canelmas.let:let-plugin:0.1.11-SNAPSHOT' } } @@ -156,7 +156,7 @@ Make sure your proguard rule set includes following lines: License ==== - Copyright 2015 Can Elmas + Copyright 2016 Can Elmas Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/gradle.properties b/gradle.properties index 5f6d93b..cc5c4b6 100644 --- a/gradle.properties +++ b/gradle.properties @@ -14,7 +14,7 @@ # org.gradle.parallel=true #Tue Sep 22 16:15:19 EEST 2015 -VERSION_NAME=0.1.10 +VERSION_NAME=0.1.11 GROUP=com.canelmas.let POM_DESCRIPTION=Annotation based simple API flavoured with AOP to handle new Android runtime permission model diff --git a/let-plugin/src/main/groovy/com/canelmas/let/LetPlugin.groovy b/let-plugin/src/main/groovy/com/canelmas/let/LetPlugin.groovy index e4a598c..db6c9d7 100644 --- a/let-plugin/src/main/groovy/com/canelmas/let/LetPlugin.groovy +++ b/let-plugin/src/main/groovy/com/canelmas/let/LetPlugin.groovy @@ -43,9 +43,9 @@ class LetPlugin implements Plugin { } project.dependencies { - compile 'com.canelmas.let:let-runtime:0.1.10' + compile 'com.canelmas.let:let-runtime:0.1.11' compile 'org.aspectj:aspectjrt:1.8.6' - compile 'com.canelmas.let:let-annotations:0.1.10' + compile 'com.canelmas.let:let-annotations:0.1.11' } variants.all { variant ->