Skip to content

Commit

Permalink
Bumping version (0.20.0)
Browse files Browse the repository at this point in the history
  • Loading branch information
erickzanardo committed May 3, 2020
1 parent a73e8c5 commit 8b4ba7f
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 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]
## 0.20.0
- Adding SpriteBatch API, which renders sprites effectively using Canvas.drawAtlas
- Refactor game.dart classes into separate files
- Split up gameloop into separate GameLoop class
Expand Down
2 changes: 1 addition & 1 deletion doc/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ Check out the [awesome flame repository](https://github.com/flame-engine/awesome

```yaml
dependencies:
flame: ^0.19.1
flame: ^0.20.0
```
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: 0.19.1
version: 0.20.0
homepage: https://github.com/flame-engine/flame

dependencies:
Expand Down

0 comments on commit 8b4ba7f

Please sign in to comment.