Skip to content

Commit

Permalink
Update version to beta23
Browse files Browse the repository at this point in the history
  • Loading branch information
npurushe committed Jun 21, 2016
1 parent 5047eae commit 31ee344
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 4 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
@@ -1,6 +1,14 @@
Change Log
==========

## 1.0.0-beta23

- Support global entity state change listeners
- Support Tuple result in Android query adapter
- Fix NPE in query generation for MS SQL
- Fix read timeout on Android when using toSelfObservable
- Fix reserved name checks for table & column names

## 1.0.0-beta22

- Support Rx type changes for update queries
Expand Down
6 changes: 3 additions & 3 deletions README.md
Expand Up @@ -282,9 +282,9 @@ repositories {
}
dependencies {
compile 'io.requery:requery:1.0.0-beta22'
compile 'io.requery:requery-android:1.0.0-beta22' // for android
apt 'io.requery:requery-processor:1.0.0-beta22' // use an APT plugin
compile 'io.requery:requery:1.0.0-beta23'
compile 'io.requery:requery-android:1.0.0-beta23' // for android
apt 'io.requery:requery-processor:1.0.0-beta23' // use an APT plugin
}
```

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

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

Properties properties = new Properties()
Expand Down

0 comments on commit 31ee344

Please sign in to comment.