Skip to content

Commit

Permalink
changelog for 0.28.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renancaraujo committed Oct 27, 2020
1 parent 09cba51 commit a35d459
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.28.0
- Fix spriteAsWidget deprecation message
- Add `lineHeight` property to `TextConfig`
- Adding pause and resume methods to time class
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: ^0.27.0
flame: ^0.28.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.27.0
version: 0.28.0
homepage: https://github.com/flame-engine/flame

dependencies:
Expand Down

0 comments on commit a35d459

Please sign in to comment.