Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 064b95a

Browse files
committedJul 30, 2021
Publish flame_forge2d-0.8.1-releasecandidate.13
1 parent 8826085 commit 064b95a

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed
 

‎packages/flame_forge2d/CHANGELOG.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# CHANGELOG
22

3-
## [Next]
3+
## [0.8.1-releasecandidate.13]
44
- Added physics tied to widgets example
55
- Added basic joint example
66
- Add generics passed to HasGameRef from PositionBodyComponent and SpriteBodyComponent

‎packages/flame_forge2d/pubspec.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: flame_forge2d
22
description: Forge2D (Box2D) support for the Flame game engine. This uses the forge2d package and provides wrappers and components to be used inside Flame.
3-
version: 0.8.0-releasecandidate.13
3+
version: 0.8.1-releasecandidate.13
44
homepage: https://github.com/flame-engine/flame_forge2d
55
publish_to: 'none'
66

@@ -12,7 +12,7 @@ environment:
1212
dependencies:
1313
flame:
1414
path: ../flame
15-
forge2d: ^0.8.0
15+
forge2d: ^0.8.1
1616

1717
flutter:
1818
sdk: flutter

0 commit comments

Comments
 (0)
Please sign in to comment.