Skip to content

Commit

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

## 1.0.0-beta22

- Support Rx type changes for update queries
- Fix RowCountException when deleting cascading entity
- Fix ClassCastException when using CompositeKey

## 1.0.0-beta21

- Support for @Embedded types
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-beta21'
compile 'io.requery:requery-android:1.0.0-beta21' // for android
apt 'io.requery:requery-processor:1.0.0-beta21' // use an APT plugin
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
}
```

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

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

Properties properties = new Properties()
Expand Down

0 comments on commit 80ca8f0

Please sign in to comment.