Skip to content

Commit

Permalink
Update version to beta20
Browse files Browse the repository at this point in the history
  • Loading branch information
npurushe committed May 26, 2016
1 parent f675669 commit 6d85214
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 4 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
@@ -1,6 +1,13 @@
Change Log
==========

## 1.0.0-beta20

- Fix possible StackOverflow in One-to-Many insert
- Fix possible closed Result in toObservable()
- Fix ClassCastException for key attributes that are also entity references
- Fix Android default proguard rules for SQLCipher/SQLite support

## 1.0.0-beta19

- Support self referential entity 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-beta19'
compile 'io.requery:requery-android:1.0.0-beta19' // for android
apt 'io.requery:requery-processor:1.0.0-beta19' // use an APT plugin
compile 'io.requery:requery:1.0.0-beta20'
compile 'io.requery:requery-android:1.0.0-beta20' // for android
apt 'io.requery:requery-processor:1.0.0-beta20' // 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-beta19'
version = '1.0.0-beta20'
description = 'A light but powerful object mapper and SQL generator for Java/Android'

Properties properties = new Properties()
Expand Down

0 comments on commit 6d85214

Please sign in to comment.