Skip to content

Commit 7abd735

Browse files
committed
Increment version 0.4.1
1 parent 8079602 commit 7abd735

File tree

3 files changed

+8
-2
lines changed

3 files changed

+8
-2
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
## 0.4.1
2+
3+
* Change "SystemChannels.lifecycle" to "AppLifecycleListener"
4+
* Fix browser info OS
5+
* Fix invalid appKey message
6+
17
## 0.4.0
28

39
* Persistant storage for offline events

lib/aptabase_flutter.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ enum _SendResult { disabled, success, discard, tryAgain }
2727
class Aptabase {
2828
Aptabase._();
2929

30-
static const _sdkVersion = "[email protected].0";
30+
static const _sdkVersion = "[email protected].1";
3131
static const _sessionTimeout = Duration(hours: 1);
3232

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

pubspec.yaml

Lines changed: 1 addition & 1 deletion
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.4.0
3+
version: 0.4.1
44
homepage: https://aptabase.com
55
repository: https://github.com/aptabase/aptabase_flutter
66
issue_tracker: https://github.com/aptabase/aptabase_flutter/issues

0 commit comments

Comments
 (0)