Skip to content

Commit

Permalink
Prepare for release 1.0.1.
Browse files Browse the repository at this point in the history
  • Loading branch information
josirichter committed Nov 4, 2022
1 parent 223cc2f commit 80288a0
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 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.0'
implementation 'com.freeletics.flowredux:compose:1.0.0'
implementation 'com.freeletics.flowredux:flowredux-jvm:1.0.1'
implementation 'com.freeletics.flowredux:compose:1.0.1'
```

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

### JavaScript
Expand Down
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.1-SNAPSHOT
VERSION_NAME=1.0.1

POM_INCEPTION_YEAR=2019

Expand Down

0 comments on commit 80288a0

Please sign in to comment.