From 64e97144d643299b59524df1eaff4758e5ba675d Mon Sep 17 00:00:00 2001 From: uerceg Date: Tue, 4 Dec 2018 09:12:11 +0100 Subject: [PATCH] New version 0.0.3 --- VERSION | 2 +- ios/adjust_sdk.podspec | 2 +- lib/adjust.dart | 2 +- pubspec.yaml | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/VERSION b/VERSION index 4e379d2..bcab45a 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -0.0.2 +0.0.3 diff --git a/ios/adjust_sdk.podspec b/ios/adjust_sdk.podspec index c17dcec..60f12bc 100644 --- a/ios/adjust_sdk.podspec +++ b/ios/adjust_sdk.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = 'adjust_sdk' - s.version = '0.0.2' + s.version = '0.0.3' s.summary = 'Adjust Flutter SDK for iOS platform' s.description = <<-DESC Adjust Flutter SDK for iOS platform. diff --git a/lib/adjust.dart b/lib/adjust.dart index 95ccdab..150ce74 100644 --- a/lib/adjust.dart +++ b/lib/adjust.dart @@ -15,7 +15,7 @@ import 'package:adjust_sdk/adjust_event.dart'; import 'package:adjust_sdk/adjust_attribution.dart'; class Adjust { - static const String _sdkPrefix = 'flutter0.0.2'; + static const String _sdkPrefix = 'flutter0.0.3'; static const MethodChannel _channel = const MethodChannel('com.adjust.sdk/api'); static void start(AdjustConfig config) { diff --git a/pubspec.yaml b/pubspec.yaml index 609e1be..9b54a6f 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -2,7 +2,7 @@ name: adjust_sdk description: This is the Flutter SDK of Adjust™. You can read more about Adjust™ at adjust.com. author: Adjust GmbH homepage: https://github.com/adjust/flutter_sdk -version: 0.0.2 +version: 0.0.3 environment: sdk: ">=2.0.0 <3.0.0"