Skip to content

Commit

Permalink
Preparing 0.11.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
sockeqwe committed Nov 23, 2021
1 parent db20cda commit d55d028
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 23 deletions.
44 changes: 22 additions & 22 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -104,35 +104,35 @@ There are two artifacts that you can include as dependency::

### Multiplatform
```groovy
implementation 'com.freeletics.flowredux:flowredux:0.10.0'
implementation 'com.freeletics.flowredux:dsl:0.10.0'
implementation 'com.freeletics.flowredux:flowredux:0.11.0'
implementation 'com.freeletics.flowredux:dsl:0.11.0'
```

### JVM only
```groovy
implementation 'com.freeletics.flowredux:flowredux-jvm:0.10.0'
implementation 'com.freeletics.flowredux:dsl-jvm:0.10.0'
implementation 'com.freeletics.flowredux:flowredux-jvm:0.11.0'
implementation 'com.freeletics.flowredux:dsl-jvm:0.11.0'
```

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

### JavaScript
Expand Down Expand Up @@ -162,5 +162,5 @@ allprojects {

Then just use `-SNAPSHOT`suffix as version like
```groovy
implementation 'com.freeletics.flowredux:dsl:0.10.1-SNAPSHOT'
implementation 'com.freeletics.flowredux:dsl:0.11.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.10.1-SNAPSHOT
VERSION_NAME=0.11.0
GROUP=com.freeletics.flowredux

POM_INCEPTION_YEAR=2019
Expand Down

0 comments on commit d55d028

Please sign in to comment.