Skip to content

Commit

Permalink
Increment version 0.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
cristipufu committed Dec 18, 2024
1 parent 8079602 commit 7abd735
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
## 0.4.1

* Change "SystemChannels.lifecycle" to "AppLifecycleListener"
* Fix browser info OS
* Fix invalid appKey message

## 0.4.0

* Persistant storage for offline events
Expand Down
2 changes: 1 addition & 1 deletion lib/aptabase_flutter.dart
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ enum _SendResult { disabled, success, discard, tryAgain }
class Aptabase {
Aptabase._();

static const _sdkVersion = "[email protected].0";
static const _sdkVersion = "[email protected].1";
static const _sessionTimeout = Duration(hours: 1);

static const Map<String, String> _hosts = {
Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: aptabase_flutter
description: "Flutter SDK for Aptabase: Open Source Privacy-First and Simple Analytics for Mobile, Desktop and Web Apps"
version: 0.4.0
version: 0.4.1
homepage: https://aptabase.com
repository: https://github.com/aptabase/aptabase_flutter
issue_tracker: https://github.com/aptabase/aptabase_flutter/issues
Expand Down

0 comments on commit 7abd735

Please sign in to comment.