Skip to content

Commit 74bb93c

Browse files
author
fuzzagrosner
committed
upped version to 3.1.1
1 parent 374477d commit 74bb93c

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
![Image](https://github.com/agrosner/DBFlow/blob/develop/dbflow_banner.png?raw=true)
22

3-
[![JitPack.io](https://img.shields.io/badge/JitPack.io-3.1.0-red.svg?style=flat)](https://jitpack.io/#Raizlabs/DBFlow) [![Android Weekly](http://img.shields.io/badge/Android%20Weekly-%23129-2CB3E5.svg?style=flat)](http://androidweekly.net/issues/issue-129) [![Android Arsenal](https://img.shields.io/badge/Android%20Arsenal-DBFlow-brightgreen.svg?style=flat)](https://android-arsenal.com/details/1/1134)
3+
[![JitPack.io](https://img.shields.io/badge/JitPack.io-3.1.1-red.svg?style=flat)](https://jitpack.io/#Raizlabs/DBFlow) [![Android Weekly](http://img.shields.io/badge/Android%20Weekly-%23129-2CB3E5.svg?style=flat)](http://androidweekly.net/issues/issue-129) [![Android Arsenal](https://img.shields.io/badge/Android%20Arsenal-DBFlow-brightgreen.svg?style=flat)](https://android-arsenal.com/details/1/1134)
44

55
A robust, powerful, and very simple ORM android database library with **annotation processing**.
66

@@ -57,7 +57,7 @@ Add the library to the project-level build.gradle, using the apt plugin to enabl
5757
5858
apply plugin: 'com.neenbedankt.android-apt'
5959
60-
def dbflow_version = "3.1.0"
60+
def dbflow_version = "3.1.1"
6161
// or dbflow_version = "develop-SNAPSHOT" for grabbing latest dependency in your project on the develop branch
6262
// or 10-digit short-hash of a specific commit. (Useful for bugs fixed in develop, but not in a release yet)
6363

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
version=3.1.0
1+
version=3.1.1
22
version_code=1
33
group=com.raizlabs.android
44

0 commit comments

Comments
 (0)