Skip to content

Commit 4ff96ae

Browse files
authored
updated version 23.8.1 (#132)
1 parent 6724439 commit 4ff96ae

File tree

7 files changed

+7
-7
lines changed

7 files changed

+7
-7
lines changed

android/src/main/java/ly/count/dart/countly_flutter/CountlyFlutterPlugin.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@
6464
*/
6565
public class CountlyFlutterPlugin implements MethodCallHandler, FlutterPlugin, ActivityAware, DefaultLifecycleObserver {
6666
private static final String TAG = "CountlyFlutterPlugin";
67-
private final String COUNTLY_FLUTTER_SDK_VERSION_STRING = "23.8.0";
67+
private final String COUNTLY_FLUTTER_SDK_VERSION_STRING = "23.8.1";
6868
private final String COUNTLY_FLUTTER_SDK_NAME = "dart-flutterb-android";
6969
private final String COUNTLY_FLUTTER_SDK_NAME_NO_PUSH = "dart-flutterbnp-android";
7070

example/ios/Podfile.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
PODS:
2-
- countly_flutter (23.8.0):
2+
- countly_flutter (23.8.1):
33
- Flutter
44
- Flutter (1.0.0)
55

ios/Classes/CountlyFlutterPlugin.m

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ + (CountlyFeedbackWidget *)createWithDictionary:(NSDictionary *)dictionary;
2323

2424
CLYPushTestMode const CLYPushTestModeProduction = @"CLYPushTestModeProduction";
2525

26-
NSString *const kCountlyFlutterSDKVersion = @"23.8.0";
26+
NSString *const kCountlyFlutterSDKVersion = @"23.8.1";
2727
NSString *const kCountlyFlutterSDKName = @"dart-flutterb-ios";
2828
NSString *const kCountlyFlutterSDKNameNoPush = @"dart-flutterbnp-ios";
2929

ios/countly_flutter.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
#
44
Pod::Spec.new do |s|
55
s.name = 'countly_flutter'
6-
s.version = '23.8.0'
6+
s.version = '23.8.1'
77
s.summary = 'Countly is an innovative, real-time, open source mobile analytics platform.'
88
s.homepage = 'https://github.com/Countly/countly-sdk-flutter-bridge'
99
s.social_media_url = 'https://twitter.com/gocountly'

pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: countly_flutter
22
description: Countly is an innovative, real-time, open source mobile analytics and push notifications platform.
3-
version: 23.8.0
3+
version: 23.8.1
44
homepage: https://support.count.ly/hc/en-us/articles/360037944212-Flutter
55

66
environment:

scripts/no-push-files/countly_flutter_np.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
#
44
Pod::Spec.new do |s|
55
s.name = 'countly_flutter_np'
6-
s.version = '23.8.0'
6+
s.version = '23.8.1'
77
s.summary = 'Countly is an innovative, real-time, open source mobile analytics platform.'
88
s.homepage = 'https://github.com/Countly/countly-sdk-flutter-bridge'
99
s.social_media_url = 'https://twitter.com/gocountly'

scripts/no-push-files/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: countly_flutter_np
22
description: Countly is an innovative, real-time, open source mobile analytics. This plugin is a flavour of the SDK without push notifications.
3-
version: 23.8.0
3+
version: 23.8.1
44
homepage: https://support.count.ly/hc/en-us/articles/360037944212-Flutter
55

66
environment:

0 commit comments

Comments
 (0)