Skip to content

Commit 3277ef9

Browse files
committed
update version number to 4.23.3
1 parent c655117 commit 3277ef9

File tree

7 files changed

+8
-8
lines changed

7 files changed

+8
-8
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.2
96+
adjust_sdk: ^4.23.3
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.2
1+
4.23.3

example/ios/Podfile.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ PODS:
22
- Adjust (4.23.2):
33
- Adjust/Core (= 4.23.2)
44
- Adjust/Core (4.23.2)
5-
- adjust_sdk (4.23.2):
5+
- adjust_sdk (4.23.3):
66
- Adjust (= 4.23.2)
77
- Flutter
88
- Flutter (1.0.0)
@@ -23,7 +23,7 @@ EXTERNAL SOURCES:
2323

2424
SPEC CHECKSUMS:
2525
Adjust: 2faf94752c2069c0bc68bc41c03d00175de4555f
26-
adjust_sdk: 00967d6a6a8e6623a79f7c0244e4b481629f4347
26+
adjust_sdk: 465ba0e8398b803e7e993bb829dd14037752a05a
2727
Flutter: 434fef37c0980e73bb6479ef766c45957d4b510c
2828

2929
PODFILE CHECKSUM: aafe91acc616949ddb318b77800a7f51bffa2a4c

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.2'
3+
s.version = '4.23.3'
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.2';
20+
static const String _sdkPrefix = 'flutter4.23.3';
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.2
4+
version: 4.23.3
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.2'
3+
s.version = '4.23.3'
44
s.summary = 'Adjust test library Flutter plugin'
55
s.description = <<-DESC
66
A new flutter plugin project.

0 commit comments

Comments
 (0)