Skip to content

Commit

Permalink
Update readme for 0.8.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
sockeqwe committed Aug 25, 2021
1 parent 4fc4c60 commit 5786b90
Showing 1 changed file with 22 additions and 22 deletions.
44 changes: 22 additions & 22 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -103,35 +103,35 @@ There are two artifacts that you can include as dependency::

### Multiplatform
```groovy
implementation 'com.freeletics.flowredux:flowredux:0.7.0'
implementation 'com.freeletics.flowredux:dsl:0.7.0'
implementation 'com.freeletics.flowredux:flowredux:0.8.0'
implementation 'com.freeletics.flowredux:dsl:0.8.0'
```

### JVM only
```groovy
implementation 'com.freeletics.flowredux:flowredux-jvm:0.7.0'
implementation 'com.freeletics.flowredux:dsl-jvm:0.7.0'
implementation 'com.freeletics.flowredux:flowredux-jvm:0.8.0'
implementation 'com.freeletics.flowredux:dsl-jvm:0.8.0'
```

### Native binaries
```groovy
implementation 'com.freeletics.flowredux:flowredux-iosx64:0.7.0'
implementation 'com.freeletics.flowredux:flowredux-iosarm64:0.7.0'
implementation 'com.freeletics.flowredux:flowredux-iosarm32:0.7.0'
implementation 'com.freeletics.flowredux:flowredux-watchosx86:0.7.0'
implementation 'com.freeletics.flowredux:flowredux-watchosarm64:0.7.0'
implementation 'com.freeletics.flowredux:flowredux-watchosarm32:0.7.0'
implementation 'com.freeletics.flowredux:flowredux-tvosx64:0.7.0'
implementation 'com.freeletics.flowredux:flowredux-tvosxarm64:0.7.0'
implementation 'com.freeletics.flowredux:dsl-iosx64:0.7.0'
implementation 'com.freeletics.flowredux:dsl-iosarm64:0.7.0'
implementation 'com.freeletics.flowredux:dsl-iosarm32:0.7.0'
implementation 'com.freeletics.flowredux:dsl-watchosx86:0.7.0'
implementation 'com.freeletics.flowredux:dsl-watchosarm64:0.7.0'
implementation 'com.freeletics.flowredux:dsl-watchosarm32:0.7.0'
implementation 'com.freeletics.flowredux:dsl-tvosx64:0.7.0'
implementation 'com.freeletics.flowredux:dsl-tvosxarm64:0.7.0'
implementation 'com.freeletics.flowredux:flowredux-iosx64:0.8.0'
implementation 'com.freeletics.flowredux:flowredux-iosarm64:0.8.0'
implementation 'com.freeletics.flowredux:flowredux-iosarm32:0.8.0'
implementation 'com.freeletics.flowredux:flowredux-watchosx86:0.8.0'
implementation 'com.freeletics.flowredux:flowredux-watchosarm64:0.8.0'
implementation 'com.freeletics.flowredux:flowredux-watchosarm32:0.8.0'
implementation 'com.freeletics.flowredux:flowredux-tvosx64:0.8.0'
implementation 'com.freeletics.flowredux:flowredux-tvosxarm64:0.8.0'
implementation 'com.freeletics.flowredux:dsl-iosx64:0.8.0'
implementation 'com.freeletics.flowredux:dsl-iosarm64:0.8.0'
implementation 'com.freeletics.flowredux:dsl-iosarm32:0.8.0'
implementation 'com.freeletics.flowredux:dsl-watchosx86:0.8.0'
implementation 'com.freeletics.flowredux:dsl-watchosarm64:0.8.0'
implementation 'com.freeletics.flowredux:dsl-watchosarm32:0.8.0'
implementation 'com.freeletics.flowredux:dsl-tvosx64:0.8.0'
implementation 'com.freeletics.flowredux:dsl-tvosxarm64:0.8.0'
```

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

Then just use `-SNAPSHOT`suffix as version like
```groovy
implementation 'com.freeletics.flowredux:dsl:0.7.1-SNAPSHOT'
implementation 'com.freeletics.flowredux:dsl:0.8.1-SNAPSHOT'
```

0 comments on commit 5786b90

Please sign in to comment.