Skip to content

Commit

Permalink
prepare 1.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
jgilfelt committed Feb 10, 2017
1 parent 5bfc88f commit bae11e7
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 4 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,12 @@
Change Log
==========

Version 1.0.2 *(2017-02-10)*
----------------------------

* Fix: Added Proguard rule for compat SearchView.
* Fix: Null search query displaying invalid results.

Version 1.0.1 *(2017-02-09)*
----------------------------

Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@ Add the dependency in your `build.gradle` file. Add it alongside the `no-op` var

```gradle
dependencies {
debugCompile 'com.readystatesoftware.chuck:library:1.0.1'
releaseCompile 'com.readystatesoftware.chuck:library-no-op:1.0.1'
debugCompile 'com.readystatesoftware.chuck:library:1.0.2'
releaseCompile 'com.readystatesoftware.chuck:library-no-op:1.0.2'
}
```

Expand Down
4 changes: 2 additions & 2 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@ org.gradle.jvmargs=-Xmx1536m
# http://www.gradle.org/docs/current/userguide/multi_project_builds.html#sec:decoupled_projects
# org.gradle.parallel=true

VERSION_NAME=1.0.1
VERSION_CODE=101
VERSION_NAME=1.0.2
VERSION_CODE=102
GROUP=com.readystatesoftware.chuck

POM_DESCRIPTION=Android in-app HTTP inspector
Expand Down

0 comments on commit bae11e7

Please sign in to comment.