Skip to content

Commit

Permalink
Merge pull request #52 from cookpad/prepare_v4.1.1
Browse files Browse the repository at this point in the history
v4.1.1
  • Loading branch information
nein37 committed Sep 16, 2015
2 parents 77d076f + 27c5af0 commit 7b90203
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# v4.1.1 2015/09/16

* Fix sending logs multiple times in PureeOutput#flushSync()
* https://github.com/cookpad/puree-android/pull/51

# v4.1.0 2015/09/11

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.0'
compile 'com.cookpad.puree:puree:4.1.1'
}
```

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.0"
def VERSION = "4.1.1"

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

0 comments on commit 7b90203

Please sign in to comment.