Skip to content

Commit

Permalink
Release 1.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Aleksander Mielczarek committed Jul 18, 2017
1 parent 7159ccf commit 3dfdd0e
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 7 deletions.
16 changes: 10 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ Add the dependency

```groovy
dependencies {
compile 'com.github.AleksanderMielczarek.ObservableCache:observable-cache-1:1.2.0'
compile 'com.github.AleksanderMielczarek.ObservableCache:observable-cache-1:1.2.1'
}
```

Expand Down Expand Up @@ -137,8 +137,8 @@ Add to the dependencies
```groovy
dependencies {
compile 'com.github.AleksanderMielczarek.ObservableCache:observable-cache-1-service:1.2.0'
annotationProcessor 'com.github.AleksanderMielczarek.ObservableCache:observable-cache-1-service-processor:1.2.0'
compile 'com.github.AleksanderMielczarek.ObservableCache:observable-cache-1-service:1.2.1'
annotationProcessor 'com.github.AleksanderMielczarek.ObservableCache:observable-cache-1-service-processor:1.2.1'
}
```
Expand Down Expand Up @@ -267,7 +267,7 @@ Add the dependency
```groovy
dependencies {
compile 'com.github.AleksanderMielczarek.ObservableCache:observable-cache-2:1.2.0'
compile 'com.github.AleksanderMielczarek.ObservableCache:observable-cache-2:1.2.1'
}
```
Expand All @@ -281,8 +281,8 @@ Add to the dependencies
```groovy
dependencies {
compile 'com.github.AleksanderMielczarek.ObservableCache:observable-cache-2-service:1.2.0'
annotationProcessor 'com.github.AleksanderMielczarek.ObservableCache:observable-cache-2-service-processor:1.2.0'
compile 'com.github.AleksanderMielczarek.ObservableCache:observable-cache-2-service:1.2.1'
annotationProcessor 'com.github.AleksanderMielczarek.ObservableCache:observable-cache-2-service-processor:1.2.1'
}
```
Expand All @@ -294,6 +294,10 @@ dependencies {
## Changelog
### 1.2.1 (2017-07-18)
- add static factory methods to values from cache
### 1.2.0 (2017-03-06)
- simplify API
Expand Down
2 changes: 1 addition & 1 deletion dependencies.gradle
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
ext {
versionMajor = 1
versionMinor = 2
versionFix = 0
versionFix = 1

minSdkVersionVersion = 16
sdkVersion = 26
Expand Down

0 comments on commit 3dfdd0e

Please sign in to comment.