diff --git a/packages/altfire_configurator/CHANGELOG.md b/packages/altfire_configurator/CHANGELOG.md index 44ced57..b6ebd28 100644 --- a/packages/altfire_configurator/CHANGELOG.md +++ b/packages/altfire_configurator/CHANGELOG.md @@ -1,3 +1,9 @@ +## 1.0.0 + + - Released v1.0.0 + + - **FIX**(configurator): Fix configurator web unsupported error ([#105](https://github.com/altive/altfire/issues/105)). ([8cf7de9e](https://github.com/altive/altfire/commit/8cf7de9e3a20876e2f36edcafb08f7960dbc2408)) + ## 0.1.4 - Update dependencies to the latest release. diff --git a/packages/altfire_configurator/pubspec.yaml b/packages/altfire_configurator/pubspec.yaml index be7b339..31db947 100644 --- a/packages/altfire_configurator/pubspec.yaml +++ b/packages/altfire_configurator/pubspec.yaml @@ -1,7 +1,7 @@ name: altfire_configurator description: | Provides a wrapper class for the FlutterFire RemoteConfig package to simplify its usage. -version: 0.1.4 +version: 1.0.0 homepage: https://altive.dev repository: https://github.com/altive/altfire issue_tracker: https://github.com/altive/altfire/labels/altfire_configurator