Skip to content

Commit

Permalink
Version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
EricKuck committed Nov 9, 2015
1 parent 0ed162c commit 107e721
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 @@ -41,13 +41,13 @@ android {

dependencies {
// LoganSquare annotation processor
apt 'com.bluelinelabs:logansquare-compiler:1.2.5'
apt 'com.bluelinelabs:logansquare-compiler:1.2.6'

compile fileTree(dir: 'libs', include: ['*.jar'])
compile 'com.android.support:appcompat-v7:22.1.1'

// LoganSquare runtime library
compile 'com.bluelinelabs:logansquare:1.2.5'
compile 'com.bluelinelabs:logansquare:1.2.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
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.2.5'
compile 'com.bluelinelabs:logansquare:1.2.5'
apt 'com.bluelinelabs:logansquare-compiler:1.2.6'
compile 'com.bluelinelabs:logansquare:1.2.6'
}
```
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.2.5'
version = '1.2.6'
}

subprojects {
Expand Down

0 comments on commit 107e721

Please sign in to comment.