Navigation Menu

Skip to content

Commit

Permalink
Version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
EricKuck committed Mar 10, 2016
1 parent 9ead503 commit 6c5ec52
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions BenchmarkDemo/app/build.gradle
Expand Up @@ -39,9 +39,9 @@ dependencies {
compile 'com.android.support:appcompat-v7:23.1.1'

// LoganSquare annotation processor
apt 'com.bluelinelabs:logansquare-compiler:1.3.5'
apt 'com.bluelinelabs:logansquare-compiler:1.3.6'
// LoganSquare runtime library
compile 'com.bluelinelabs:logansquare:1.3.5'
compile 'com.bluelinelabs:logansquare:1.3.6'

// Jackson libraries for comparison
compile 'com.fasterxml.jackson.core:jackson-databind:2.5.1'
Expand Down
4 changes: 2 additions & 2 deletions README.md
Expand Up @@ -29,8 +29,8 @@ buildscript {
apply plugin: 'com.neenbedankt.android-apt'
dependencies {
apt 'com.bluelinelabs:logansquare-compiler:1.3.5'
compile 'com.bluelinelabs:logansquare:1.3.5'
apt 'com.bluelinelabs:logansquare-compiler:1.3.6'
compile 'com.bluelinelabs:logansquare:1.3.6'
}
```
Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Expand Up @@ -11,7 +11,7 @@ allprojects {
apply plugin: 'idea'

group = 'com.bluelinelabs'
version = '1.3.5'
version = '1.3.6'
}

subprojects {
Expand Down

0 comments on commit 6c5ec52

Please sign in to comment.