Skip to content

Commit

Permalink
Merge pull request #63 from litmon/bump_up_v4.1.2
Browse files Browse the repository at this point in the history
Bump up version v4.1.2
  • Loading branch information
nein37 authored Oct 1, 2018
2 parents 0a4634b + bcd6fac commit 024a01c
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
# v4.1.2 2018/10/01

* Retry or reset when storage is locked, and records is empty
- https://github.com/cookpad/puree-android/pull/62

# v4.1.1 2015/09/16

* Fix sending logs multiple times in PureeOutput#flushSync()
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ buildscript {
// app/build.gradle
dependencies {
compile 'com.cookpad.puree:puree:4.1.1'
compile 'com.cookpad.puree:puree:4.1.2'
}
```

Expand Down
2 changes: 1 addition & 1 deletion puree/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ apply plugin: 'com.jfrog.bintray'

def GROUP_ID = 'com.cookpad.puree'
def ARTIFACT_ID = 'puree'
def VERSION = "4.1.1"
def VERSION = "4.1.2"

project.version = VERSION
println "building ${GROUP_ID}:${ARTIFACT_ID}:${VERSION}"
Expand Down

0 comments on commit 024a01c

Please sign in to comment.