Skip to content

Commit

Permalink
Releasing 0.10.0
Browse files Browse the repository at this point in the history
  • Loading branch information
sockeqwe committed Oct 27, 2021
1 parent d4f8f54 commit 19f8821
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 @@ -103,35 +103,35 @@ There are two artifacts that you can include as dependency::

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

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

### Native binaries
```groovy
implementation 'com.freeletics.flowredux:flowredux-iosx64:0.9.0'
implementation 'com.freeletics.flowredux:flowredux-iosarm64:0.9.0'
implementation 'com.freeletics.flowredux:flowredux-iosarm32:0.9.0'
implementation 'com.freeletics.flowredux:flowredux-watchosx86:0.9.0'
implementation 'com.freeletics.flowredux:flowredux-watchosarm64:0.9.0'
implementation 'com.freeletics.flowredux:flowredux-watchosarm32:0.9.0'
implementation 'com.freeletics.flowredux:flowredux-tvosx64:0.9.0'
implementation 'com.freeletics.flowredux:flowredux-tvosxarm64:0.9.0'
implementation 'com.freeletics.flowredux:dsl-iosx64:0.9.0'
implementation 'com.freeletics.flowredux:dsl-iosarm64:0.9.0'
implementation 'com.freeletics.flowredux:dsl-iosarm32:0.9.0'
implementation 'com.freeletics.flowredux:dsl-watchosx86:0.9.0'
implementation 'com.freeletics.flowredux:dsl-watchosarm64:0.9.0'
implementation 'com.freeletics.flowredux:dsl-watchosarm32:0.9.0'
implementation 'com.freeletics.flowredux:dsl-tvosx64:0.9.0'
implementation 'com.freeletics.flowredux:dsl-tvosxarm64:0.9.0'
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'
```

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

Then just use `-SNAPSHOT`suffix as version like
```groovy
implementation 'com.freeletics.flowredux:dsl:0.9.1-SNAPSHOT'
implementation 'com.freeletics.flowredux:dsl:0.10.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.9.1-SNAPSHOT
VERSION_NAME=0.10.0
GROUP=com.freeletics.flowredux

POM_INCEPTION_YEAR=2019
Expand Down

0 comments on commit 19f8821

Please sign in to comment.