Skip to content

Commit

Permalink
Prepare 0.1.11
Browse files Browse the repository at this point in the history
  • Loading branch information
canelmas committed Jun 7, 2016
1 parent 4a501d9 commit 513f074
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ buildscript {
}
dependencies {
classpath 'com.canelmas.let:let-plugin:0.1.10'
classpath 'com.canelmas.let:let-plugin:0.1.11'
}
}
Expand All @@ -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'
}
}
Expand Down Expand Up @@ -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.
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions let-plugin/src/main/groovy/com/canelmas/let/LetPlugin.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -43,9 +43,9 @@ class LetPlugin implements Plugin<Project> {
}

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 ->
Expand Down

0 comments on commit 513f074

Please sign in to comment.