diff --git a/CHANGELOG.md b/CHANGELOG.md index ff8a087..1010611 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +## 1.0.0 + +* Initial release candidate + ## 1.0.0-beta.6 * Lifecycle API's have been removed from Dart, to implement Lifecycle please use the native API's: https://aep-sdks.gitbook.io/docs/using-mobile-extensions/mobile-core/lifecycle diff --git a/README.md b/README.md index 1c5dd7f..2a250d8 100644 --- a/README.md +++ b/README.md @@ -2,8 +2,6 @@ [![pub package](https://img.shields.io/pub/v/flutter_acpcore.svg)](https://pub.dartlang.org/packages/flutter_acpcore) ![Build](https://github.com/adobe/flutter_acpcore/workflows/Dart%20Unit%20Tests%20+%20Android%20Build%20+%20iOS%20Build/badge.svg) [![License](https://img.shields.io/badge/License-Apache%202.0-blue.svg)](https://opensource.org/licenses/Apache-2.0) -⚠️ This package is currently in beta, we are actively working to a release candidate. If you have any feedback please log an issue or submit a pull request. - `flutter_acpcore` is a flutter plugin for the iOS and Android [AEP Core SDK](https://aep-sdks.gitbook.io/docs/using-mobile-extensions/mobile-core) to allow for integration with flutter applications. Functionality to enable the Core extension is provided entirely through Dart documented below. ## Contents diff --git a/example/pubspec.lock b/example/pubspec.lock index eb0c0bf..557cb35 100644 --- a/example/pubspec.lock +++ b/example/pubspec.lock @@ -75,7 +75,7 @@ packages: path: ".." relative: true source: path - version: "1.0.0-beta.6" + version: "1.0.0" flutter_test: dependency: "direct dev" description: flutter diff --git a/pubspec.yaml b/pubspec.yaml index 4a3fbba..c44ae70 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,6 +1,6 @@ name: flutter_acpcore description: Official Adobe Experience Platform support for Flutter apps. The Mobile Core represents the core Adobe Experience Platform SDK that is required for every app implementation. -version: 1.0.0-beta.6 +version: 1.0.0 homepage: https://aep-sdks.gitbook.io/docs/ repository: https://github.com/adobe/flutter_acpcore