Skip to content

Commit

Permalink
bump version 0.1.0-dev.7
Browse files Browse the repository at this point in the history
  • Loading branch information
QiXi committed Oct 23, 2021
1 parent b795242 commit dcfd4ab
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 3 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
@@ -1,3 +1,8 @@
## 0.1.0-dev.7 (2021-10-24)

* Update composition_rendering: ^0.4.0
* Update flame: ^1.0.0-releasecandidate.16

## 0.1.0-dev.6 (2021-10-05)

* Update composition_rendering: ^0.3.1
Expand Down
6 changes: 3 additions & 3 deletions pubspec.yaml
@@ -1,6 +1,6 @@
name: flame_composition_rendering
description: Plugin for integrating composition rendering into the Flame game engine.
version: 0.1.0-dev.6
version: 0.1.0-dev.7
homepage: 'https://github.com/QiXi/flame_composition_rendering'

environment:
Expand All @@ -11,8 +11,8 @@ dependencies:
flutter:
sdk: flutter
vector_math: '>=2.1.0 <3.0.0'
composition_rendering: ^0.3.1
flame: ^1.0.0-releasecandidate.15
composition_rendering: ^0.4.0
flame: ^1.0.0-releasecandidate.16

dev_dependencies:
flutter_lints: ^1.0.4
Expand Down

0 comments on commit dcfd4ab

Please sign in to comment.