Skip to content

Commit

Permalink
Version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
EricKuck committed Nov 28, 2015
1 parent e24b1ec commit 4458de9
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
Original file line number Diff line number Diff line change
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.3'
apt 'com.bluelinelabs:logansquare-compiler:1.3.4'
// LoganSquare runtime library
compile 'com.bluelinelabs:logansquare:1.3.3'
compile 'com.bluelinelabs:logansquare:1.3.4'

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

group = 'com.bluelinelabs'
version = '1.3.3'
version = '1.3.4'
}

subprojects {
Expand Down

0 comments on commit 4458de9

Please sign in to comment.