Skip to content

Commit

Permalink
Prepare for release 1.0.2.
Browse files Browse the repository at this point in the history
  • Loading branch information
josirichter committed Nov 15, 2022
1 parent 1be2edc commit 53d0a36
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -103,13 +103,13 @@ There are two artifacts that you can include as dependencis:

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

### Multiplatform
```groovy
implementation 'com.freeletics.flowredux:flowredux:1.0.1'
implementation 'com.freeletics.flowredux:flowredux:1.0.2'
```

### JavaScript
Expand All @@ -134,5 +134,5 @@ allprojects {
Then just use `-SNAPSHOT`suffix as version name like

```groovy
implementation 'com.freeletics.flowredux:flowredux:1.0.2-SNAPSHOT'
implementation 'com.freeletics.flowredux:flowredux:1.0.3-SNAPSHOT'
```
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ RELEASE_SIGNING_ENABLED=true
android.disableAutomaticComponentCreation=true

GROUP=com.freeletics.flowredux
VERSION_NAME=1.0.2-SNAPSHOT
VERSION_NAME=1.0.2

POM_INCEPTION_YEAR=2019

Expand Down

0 comments on commit 53d0a36

Please sign in to comment.