From bfdb6c489fa554f594b9fa2a3dae921054095271 Mon Sep 17 00:00:00 2001 From: Dhruvin Date: Sat, 20 May 2023 22:51:51 +0530 Subject: [PATCH] chore: updated app version and chagelog --- CHANGELOG.md | 5 ++++- pubspec.yaml | 6 +----- 2 files changed, 5 insertions(+), 6 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 818a8e0..789c062 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,7 @@ -# 2.0.1+0 +# 2.1.0+0 +- Fixes [issue](https://github.com/alippo-com/GrowthBook-SDK-Flutter/issues) + +## 2.0.1+0 - Fixes [issue](https://github.com/alippo-com/GrowthBook-SDK-Flutter/issues/36) caused by analyzer. ## 2.0.0+0 diff --git a/pubspec.yaml b/pubspec.yaml index dbc867a..c84a350 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,9 +1,8 @@ name: growthbook_sdk_flutter description: An open-source feature flagging and experimentation platform that makes it simple to alter features and execute A/B testing. -version: 2.0.1+0 +version: 2.1.0+0 repository: https://github.com/alippo-com/GrowthBook-SDK-Flutter - environment: sdk: ">=2.17.2 <3.0.0" @@ -14,8 +13,6 @@ dependencies: json_annotation: ^4.5.0 tuple: ^2.0.0 - - dev_dependencies: flutter_test: sdk: flutter @@ -23,4 +20,3 @@ dev_dependencies: build_runner: ^2.1.11 analyzer: ^4.6.0 json_serializable: ^6.2.0 -