Skip to content

Commit

Permalink
Update version to beta10
Browse files Browse the repository at this point in the history
  • Loading branch information
npurushe committed Mar 29, 2016
1 parent 7b5862b commit 1dbd493
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions README.md
Expand Up @@ -263,9 +263,9 @@ repositories {
}
dependencies {
compile 'io.requery:requery:1.0.0-beta9'
compile 'io.requery:requery-android:1.0.0-beta9' // for android
apt 'io.requery:requery-processor:1.0.0-beta9' // use an APT plugin
compile 'io.requery:requery:1.0.0-beta10'
compile 'io.requery:requery-android:1.0.0-beta10' // for android
apt 'io.requery:requery-processor:1.0.0-beta10' // use an APT plugin
}
```

Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Expand Up @@ -27,7 +27,7 @@ idea {
}

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

Properties properties = new Properties()
Expand Down

0 comments on commit 1dbd493

Please sign in to comment.