Skip to content

Commit

Permalink
Update version to beta8
Browse files Browse the repository at this point in the history
  • Loading branch information
npurushe committed Mar 19, 2016
1 parent 92a4fa2 commit 19217e0
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -263,9 +263,9 @@ repositories {
}
dependencies {
compile 'io.requery:requery:1.0.0-beta7'
compile 'io.requery:requery-android:1.0.0-beta7' // for android
apt 'io.requery:requery-processor:1.0.0-beta7' // use an APT plugin
compile 'io.requery:requery:1.0.0-beta8'
compile 'io.requery:requery-android:1.0.0-beta8' // for android
apt 'io.requery:requery-processor:1.0.0-beta8' // use an APT plugin
}
```

Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ idea {
}

group = 'io.requery'
version = '1.0.0-beta7'
version = '1.0.0-beta8'
description = 'A light but powerful object mapper and SQL generator for Java/Android'

Properties properties = new Properties()
Expand Down

0 comments on commit 19217e0

Please sign in to comment.