Skip to content

Commit

Permalink
Bump to 1.1.0, add jitpack badge.
Browse files Browse the repository at this point in the history
  • Loading branch information
jasonwyatt committed Nov 28, 2016
1 parent 3a11629 commit 96d9c7a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Squeaky for Android
# Squeaky for Android [![](https://jitpack.io/v/jasonwyatt/squeaky-android.svg)](https://jitpack.io/#jasonwyatt/squeaky-android)

SQLite is simple and lightweight; it follows that managing SQLite databases on Android should be also.

Expand All @@ -22,7 +22,7 @@ Add SRML as a dependency to your app's build.gradle:

```groovy
dependencies {
compile 'com.github.jasonwyatt:squeaky-android:1.0.0'
compile 'com.github.jasonwyatt:squeaky-android:1.1.0'
}
```

Expand Down

0 comments on commit 96d9c7a

Please sign in to comment.