Skip to content

Commit 69958ea

Browse files
[release] v1.2.5 Fix Error Loading Failed Events without User (#45)
1 parent df7c3b5 commit 69958ea

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

lib/src/statsig_metadata.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ import 'os_util/os_util.dart';
44

55
abstract class StatsigMetadata {
66
static String getSDKVersion() {
7-
return "1.2.4";
7+
return "1.2.5";
88
}
99

1010
static String getSDKType() {

pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: statsig
22
description: Statsig SDK for Dart. Statsig enables developers to ship code faster and more safely.
3-
version: 1.2.4
3+
version: 1.2.5
44
homepage: https://statsig.com
55

66
environment:

0 commit comments

Comments
 (0)