diff --git a/CHANGELOG.md b/CHANGELOG.md index 1a0dcc0a..80f10d8d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,6 @@ +# 0.25.3 +- fix: atmos create flutter_app correctly validates minimum required mason version. Corrected brick name references in mason make instructions. Project now uses bootstrap_go_routes version 0.1.1 + # 0.25.2 - feat: generated DefaultFirebaseConfig files are now renamed after each flavor diff --git a/lib/src/version.dart b/lib/src/version.dart index 94db5257..f05e1cac 100644 --- a/lib/src/version.dart +++ b/lib/src/version.dart @@ -1,2 +1,2 @@ // Generated code. Do not modify. -const packageVersion = '0.25.1'; +const packageVersion = '0.25.3'; diff --git a/pubspec.yaml b/pubspec.yaml index b4ed7908..91bf4ce8 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,6 +1,6 @@ name: atmos_cli description: CLI tool fitted to Avila Tek projects. -version: 0.25.2 +version: 0.25.3 repository: https://github.com/andrespd99/atmos_cli issue_tracker: https://github.com/andrespd99/atmos_cli/issues topics: [cli, codegen, test, template, boilerplate]