Skip to content

Commit

Permalink
Revised version to 1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Inderjeet Singh committed Oct 16, 2018
1 parent 3a9b428 commit 250c137
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ An okhttp3 interceptor that implements stale-if-error Cache-Control directive
Example:
```
OkHttpClient.Builder client = new OkHttpClient.Builder();
client.addInterceptor(new StaleIfErrorInterceptor());
client.addInterceptor(new StaleIfErrorInterceptor(1, TimeUnit.HOURS));
```

# Use with Gradle
Expand All @@ -16,4 +16,4 @@ repositories {
}
```

In your app build.gradle, add: `compile "com.github.PeelTechnologies:okhttp-staleiferror-interceptor:1.0.0"`
In your app build.gradle, add: `compile "com.github.PeelTechnologies:okhttp-staleiferror-interceptor:1.0.1"`
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@

<groupId>com.github.PeelTechnologies</groupId>
<artifactId>okhttp-staleiferror-interceptor</artifactId>
<version>1.0.0</version>
<version>1.0.1</version>
<packaging>jar</packaging>
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
Expand Down

0 comments on commit 250c137

Please sign in to comment.