Skip to content

Commit

Permalink
Release v1.0.0-rc6 (#639)
Browse files Browse the repository at this point in the history
  • Loading branch information
spydon authored Jan 20, 2021
1 parent ddcd679 commit 192bc2f
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# CHANGELOG

## [next]
## 1.0.0-rc6
- Use `Offset` type directly in `JoystickAction.update` calculations
- Changed `parseAnchor` in `examples/widgets` to throw an exception instead of returning null when it cannot parse an anchor name
- Code improvements and preparing APIs to null-safety
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ Use this version to get a preview of how the new Flame version will be and also

Checkout the branches `develop-v0.x` and `master-v0.x` for the current last 0.x version. However no new updates will be added to v0 except for bugfixes.

The current v1 release is `1.0.0-rc5` on pub. The last stable version so far is `0.28.0`. Feel free to choose the one that better suits your need.
The current v1 release is `1.0.0-rc6` on pub. The last stable version so far is `0.28.0`. Feel free to choose the one that better suits your need.

---

Expand All @@ -41,7 +41,7 @@ Note that the documentation in the master branch of this repo is newer than the
Here you can find the documentation for different versions:
- Latest stable version: [Flame-engine website](https://flame-engine.org/)
- Latest stable version: [GitHub docs](https://github.com/flame-engine/flame/tree/master-v0.x/doc)
- Latest v1.0.0 version: [GitHub docs](https://github.com/flame-engine/flame/tree/1.0.0-rc5/doc)
- Latest v1.0.0 version: [GitHub docs](https://github.com/flame-engine/flame/tree/1.0.0-rc6/doc)

The complete documentation can be found [here](doc/README.md).

Expand Down
2 changes: 1 addition & 1 deletion doc/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ Put the pub package as your dependency by dropping the following in your `pubspe

```yaml
dependencies:
flame: ^1.0.0-rc5
flame: ^1.0.0-rc6
```
And start using it!
Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: flame
description: A minimalist Flutter game engine, provides a nice set of somewhat independent modules you can choose from.
version: 1.0.0-rc5
version: 1.0.0-rc6
homepage: https://github.com/flame-engine/flame

dependencies:
Expand Down

0 comments on commit 192bc2f

Please sign in to comment.