mirror of
				https://github.com/flame-engine/flame.git
				synced 2025-11-04 13:08:09 +08:00 
			
		
		
		
	bump versions
This commit is contained in:
		@ -1,5 +1,8 @@
 | 
			
		||||
## [next]
 | 
			
		||||
 | 
			
		||||
## 0.16.1
 | 
			
		||||
- Added `Bgm` class for easy looping background music management.
 | 
			
		||||
- Added options for flip rendering of PositionComponents easily (horizontal and vertical).
 | 
			
		||||
 | 
			
		||||
## 0.16.0
 | 
			
		||||
- Improve our mixin structure (breaking change)
 | 
			
		||||
 | 
			
		||||
@ -62,7 +62,7 @@ Just drop it in your `pubspec.yaml`:
 | 
			
		||||
 | 
			
		||||
```yaml
 | 
			
		||||
dependencies:
 | 
			
		||||
  flame: ^0.16.0
 | 
			
		||||
  flame: ^0.16.1
 | 
			
		||||
```
 | 
			
		||||
 | 
			
		||||
And start using it!
 | 
			
		||||
 | 
			
		||||
@ -31,7 +31,7 @@ Put the pub package as your dependency by dropping the following in your `pubspe
 | 
			
		||||
 | 
			
		||||
```yaml
 | 
			
		||||
dependencies:
 | 
			
		||||
  flame: ^0.16.0
 | 
			
		||||
  flame: ^0.16.1
 | 
			
		||||
```
 | 
			
		||||
 | 
			
		||||
And start using it!
 | 
			
		||||
 | 
			
		||||
@ -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.16.0
 | 
			
		||||
version: 0.16.1
 | 
			
		||||
author: Luan Nico <luannico27@gmail.com>
 | 
			
		||||
homepage: https://github.com/flame-engine/flame
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
		Reference in New Issue
	
	Block a user