mirror of
				https://github.com/flame-engine/flame.git
				synced 2025-11-04 04:47:13 +08:00 
			
		
		
		
	Bumping version
This commit is contained in:
		@ -1,6 +1,6 @@
 | 
			
		||||
# CHANGELOG
 | 
			
		||||
 | 
			
		||||
## [next]
 | 
			
		||||
## 0.22.1
 | 
			
		||||
 - Fix Box2DComponent render priority
 | 
			
		||||
 - Fix PositionComponentEffect drifting
 | 
			
		||||
 - Add possibility to combine effects
 | 
			
		||||
 | 
			
		||||
@ -18,7 +18,7 @@ Put the pub package as your dependency by dropping the following in your `pubspe
 | 
			
		||||
 | 
			
		||||
```yaml
 | 
			
		||||
dependencies:
 | 
			
		||||
  flame: ^0.22.0
 | 
			
		||||
  flame: ^0.22.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.22.0
 | 
			
		||||
version: 0.22.1
 | 
			
		||||
homepage: https://github.com/flame-engine/flame
 | 
			
		||||
 | 
			
		||||
dependencies:
 | 
			
		||||
 | 
			
		||||
		Reference in New Issue
	
	Block a user