Skip to content

Commit 2901f53

Browse files
committed
version 0.1.0
1 parent be649d3 commit 2901f53

4 files changed

Lines changed: 9 additions & 9 deletions

File tree

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
## 0.0.11
1+
## 0.1.0
22

33
* Update dependencies
44

example/pubspec.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ packages:
77
path: ".."
88
relative: true
99
source: path
10-
version: "0.0.11"
10+
version: "0.1.0"
1111
async:
1212
dependency: transitive
1313
description:

lib/aptabase_flutter.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ class InitOptions {
1919
///
2020
/// Initialize the client with `Aptabase.init(appKey)` and then use `Aptabase.instance.trackEvent(eventName, props)` to record events.
2121
class Aptabase {
22-
static const String _sdkVersion = "aptabase_flutter@0.0.11";
22+
static const String _sdkVersion = "aptabase_flutter@0.1.0";
2323
static const Duration _sessionTimeout = Duration(hours: 1);
2424

2525
static const Map<String, String> _hosts = {

pubspec.yaml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: aptabase_flutter
22
description: "Flutter SDK for Aptabase: Open Source Privacy-First and Simple Analytics for Mobile, Desktop and Web Apps"
3-
version: 0.0.11
3+
version: 0.1.0
44
homepage: https://aptabase.com
55
repository: https://github.com/aptabase/aptabase_flutter
66
issue_tracker: https://github.com/aptabase/aptabase_flutter/issues
@@ -12,12 +12,12 @@ environment:
1212
dependencies:
1313
flutter:
1414
sdk: flutter
15-
package_info_plus: ^4.1.0
16-
device_info_plus: ^9.0.3
17-
uuid: ^3.0.7
18-
universal_io: ^2.2.2
15+
package_info_plus: ^4.0.0
16+
device_info_plus: ^9.0.0
17+
uuid: ^3.0.0
18+
universal_io: ^2.2.0
1919

2020
dev_dependencies:
2121
flutter_test:
2222
sdk: flutter
23-
flutter_lints: ^2.0.3
23+
flutter_lints: ^2.0.0

0 commit comments

Comments
 (0)