Skip to content

Commit

Permalink
Release 0.12.0 (#278)
Browse files Browse the repository at this point in the history
  • Loading branch information
sockeqwe committed Mar 21, 2022
1 parent 3a5baba commit cafdce4
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -102,14 +102,14 @@ There are two artifacts that you can include as dependency::

### Multiplatform
```groovy
implementation 'com.freeletics.flowredux:flowredux:0.11.0'
implementation 'com.freeletics.flowredux:compose:0.11.0'
implementation 'com.freeletics.flowredux:flowredux:0.12.0'
implementation 'com.freeletics.flowredux:compose:0.12.0'
```

### JVM / Android only
```groovy
implementation 'com.freeletics.flowredux:flowredux-jvm:0.11.0'
implementation 'com.freeletics.flowredux:compose:0.11.0'
implementation 'com.freeletics.flowredux:flowredux-jvm:0.12.0'
implementation 'com.freeletics.flowredux:compose:0.12.0'
```

### JavaScript
Expand All @@ -133,5 +133,5 @@ allprojects {

Then just use `-SNAPSHOT`suffix as version like
```groovy
implementation 'com.freeletics.flowredux:flowredux:0.11.1-SNAPSHOT'
implementation 'com.freeletics.flowredux:flowredux:0.12.1-SNAPSHOT'
```
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ android.useAndroidX=true
# org.gradle.parallel=true


VERSION_NAME=0.11.1-SNAPSHOT
VERSION_NAME=0.12.0
GROUP=com.freeletics.flowredux

POM_INCEPTION_YEAR=2019
Expand Down

0 comments on commit cafdce4

Please sign in to comment.