Skip to content

Commit

Permalink
Publish flame_oxygen-0.1.0-releasecandidate.13
Browse files Browse the repository at this point in the history
  • Loading branch information
wolfenrain committed Sep 6, 2021
1 parent 5b08523 commit 8def61d
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 5 deletions.
4 changes: 3 additions & 1 deletion packages/flame_oxygen/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,4 @@
## [Next]
# CHANGELOG

## [0.1.0-releasecandidate.13]
- Initial release of `flame_oxygen`
6 changes: 3 additions & 3 deletions packages/flame_oxygen/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
name: flame_oxygen
description: Integrate the Oxygen ECS with the Flame Engine.
version: 0.1.0
version: 0.1.0-releasecandidate.13
homepage: https://github.com/flame-engine/flame/tree/main/packages/flame_oxygen
publish_to: 'none'
environment:
sdk: ">=2.12.0 <3.0.0"
flutter: ">=1.17.0"
publish_to: 'none'

dependencies:
flutter:
sdk: flutter
flame:
flame:
path: ../flame
oxygen: ^0.2.0

Expand Down
2 changes: 1 addition & 1 deletion scripts/publish.sh
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ then
fi

set_version $upgrade_dir
pub publish
dart pub publish

if [[ ! $upgrade_package = "flame" ]]
then
Expand Down

0 comments on commit 8def61d

Please sign in to comment.