Skip to content

Commit

Permalink
Prepare for release 1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
sockeqwe committed Jul 6, 2022
1 parent ec07867 commit 57d4d7b
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:0.13.0'
implementation 'com.freeletics.flowredux:compose:0.13.0'
implementation 'com.freeletics.flowredux:flowredux-jvm:1.0.0'
implementation 'com.freeletics.flowredux:compose:1.0.0'
```

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

### JavaScript
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ SONATYPE_HOST=DEFAULT
RELEASE_SIGNING_ENABLED=true

GROUP=com.freeletics.flowredux
VERSION_NAME=0.14.0-SNAPSHOT
VERSION_NAME=1.0.0

POM_INCEPTION_YEAR=2019

Expand Down

0 comments on commit 57d4d7b

Please sign in to comment.