diff --git a/packages/flame_fire_atlas/CHANGELOG.md b/packages/flame_fire_atlas/CHANGELOG.md index c8c013330..c48e73f2f 100644 --- a/packages/flame_fire_atlas/CHANGELOG.md +++ b/packages/flame_fire_atlas/CHANGELOG.md @@ -1,3 +1,9 @@ +# CHANGELOG + +## [1.0.0] + + * Update to Flame 1.0.0 + ## [1.0.0-rc2] * Compatibility with Flame v1.0.0-rc9 and null safe support diff --git a/packages/flame_fire_atlas/pubspec.yaml b/packages/flame_fire_atlas/pubspec.yaml index dc58d3d6b..1f6c00080 100644 --- a/packages/flame_fire_atlas/pubspec.yaml +++ b/packages/flame_fire_atlas/pubspec.yaml @@ -1,6 +1,6 @@ name: flame_fire_atlas description: Easy to use texture atlases for the flame engine created with the fire atlas editor -version: 1.0.0-rc2 +version: 1.0.0 homepage: https://github.com/flame-engine/flame/tree/main/packages/flame_fire_atlas publish_to: 'none'