Skip to content

Commit

Permalink
Update version to 3.13.0-2
Browse files Browse the repository at this point in the history
  • Loading branch information
npurushe committed May 22, 2016
1 parent b4c2436 commit 531b781
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
Change Log
==========

## 3.13.0-2

- More proguard rules fixes

## 3.13.0-1

- Fix proguard rules file
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ Usage

```gradle
dependencies {
compile 'io.requery:sqlite-android:3.13.0-1'
compile 'io.requery:sqlite-android:3.13.0-2'
}
```
Then change usages of `android.database.sqlite.SQLiteDatabase` to
Expand Down
2 changes: 1 addition & 1 deletion sqlite-android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ apply plugin: 'com.jfrog.bintray'
import de.undercouch.gradle.tasks.download.Download

group = 'io.requery'
version = '3.13.0-1'
version = '3.13.0-2'
description = 'Android SQLite compatibility library'

gradle.projectsEvaluated {
Expand Down

0 comments on commit 531b781

Please sign in to comment.