Skip to content

Commit

Permalink
Prepare for release 1.0.0-beta02.
Browse files Browse the repository at this point in the history
  • Loading branch information
ychescale9 committed Oct 29, 2020
1 parent a7e62bf commit 168beaa
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Change Log

## 1.0.0-beta02

### Changed
- Convert all custom event types to data class.
- Update to AndroidX Navigation 2.3.1.
- Update to Coroutines 1.4.0.

## 1.0.0-beta01

### Added
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ Dependencies are hosted on [Maven Central][maven-central].
Latest version:

```groovy
def flowbinding_version = "1.0.0-beta01"
def flowbinding_version = "1.0.0-beta02"
```

### Platform Bindings
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
GROUP=io.github.reactivecircus.flowbinding
VERSION_NAME=1.0.0-SNAPSHOT
VERSION_NAME=1.0.0-beta02

POM_URL=https://github.com/reactivecircus/FlowBinding
POM_SCM_URL=https://github.com/reactivecircus/FlowBinding
Expand Down

0 comments on commit 168beaa

Please sign in to comment.