Skip to content

Commit

Permalink
prepare for release 2.1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
vladd-g committed Aug 22, 2024
1 parent 8cba1d2 commit 21f984b
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 4 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 2.1.3
- Support for Flutter 3.22+
- support for Adapty Flutter SDK 2.10.2

## 2.1.2
- support for AdaptyUI iOS 2.1.3 and higher

Expand Down
2 changes: 1 addition & 1 deletion ios/adapty_ui_flutter.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = 'adapty_ui_flutter'
s.version = '2.1.2'
s.version = '2.1.3'
s.summary = 'AdaptyUI flutter plugin.'
s.description = <<-DESC
A new Flutter plugin project.
Expand Down
2 changes: 1 addition & 1 deletion lib/src/adaptyui.dart
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ class AdaptyUI {

AdaptyUI._internal();

static const String sdkVersion = '2.1.2';
static const String sdkVersion = '2.1.3';

static const String _channelName = 'flutter.adapty.com/adapty_ui';
static const MethodChannel _channel = MethodChannel(_channelName);
Expand Down
4 changes: 2 additions & 2 deletions pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: adapty_ui_flutter
description: Extension to the Adapty SDK that allows you to easily add purchase screens to your application.
version: 2.1.2
version: 2.1.3
homepage: https://adapty.io/
repository: https://github.com/adaptyteam/AdaptyUI-Flutter
issue_tracker: https://github.com/adaptyteam/AdaptyUI-Flutter/issues
Expand All @@ -13,7 +13,7 @@ environment:
dependencies:
flutter:
sdk: flutter
adapty_flutter: ^2.10.0
adapty_flutter: ^2.10.2
meta: ^1.3.0

dev_dependencies:
Expand Down

0 comments on commit 21f984b

Please sign in to comment.