Skip to content

Commit 866b0de

Browse files
committed
new version 4.23.1
1 parent 90550a8 commit 866b0de

File tree

6 files changed

+6
-6
lines changed

6 files changed

+6
-6
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ You can add Adjust SDK to your Flutter app by adding following to your `pubspec.
9393

9494
```yaml
9595
dependencies:
96-
adjust_sdk: ^4.23.0
96+
adjust_sdk: ^4.23.1
9797
```
9898
9999
Then navigate to your project in the terminal and run:

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
4.23.0
1+
4.23.1

ios/adjust_sdk.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Pod::Spec.new do |s|
22
s.name = 'adjust_sdk'
3-
s.version = '4.23.0'
3+
s.version = '4.23.1'
44
s.summary = 'Adjust Flutter SDK for iOS platform'
55
s.description = <<-DESC
66
Adjust Flutter SDK for iOS platform.

lib/adjust.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ import 'package:adjust_sdk/adjust_app_store_subscription.dart';
1717
import 'package:adjust_sdk/adjust_play_store_subscription.dart';
1818

1919
class Adjust {
20-
static const String _sdkPrefix = 'flutter4.23.0';
20+
static const String _sdkPrefix = 'flutter4.23.1';
2121
static const MethodChannel _channel = const MethodChannel('com.adjust.sdk/api');
2222

2323
static void start(AdjustConfig config) {

pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name: adjust_sdk
22
description: This is the Flutter SDK of Adjust™. You can read more about Adjust™ at adjust.com.
33
homepage: https://github.com/adjust/flutter_sdk
4-
version: 4.23.0
4+
version: 4.23.1
55

66
environment:
77
sdk: ">=2.0.0 <3.0.0"

test/ios/test_lib.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Pod::Spec.new do |s|
22
s.name = 'test_lib'
3-
s.version = '4.23.0'
3+
s.version = '4.23.1'
44
s.summary = 'Adjust test library Flutter plugin'
55
s.description = <<-DESC
66
A new flutter plugin project.

0 commit comments

Comments
 (0)