Skip to content

Commit 9bda155

Browse files
[release] v1.1.1 Don't Clear Values on (#30)
1 parent 9fe0cee commit 9bda155

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.1.0";
7+
return "1.1.1";
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.1.0
3+
version: 1.1.1
44
homepage: https://statsig.com
55

66
environment:

0 commit comments

Comments
 (0)