Skip to content

Commit

Permalink
[release] v1.0.0 - Update to Dart3 (#23)
Browse files Browse the repository at this point in the history
  • Loading branch information
sroyal-statsig authored Apr 15, 2024
1 parent 19bef2f commit cc2296d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lib/src/statsig_metadata.dart
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import 'disk_util/disk_util.dart';

abstract class StatsigMetadata {
static String getSDKVersion() {
return "0.7.0";
return "1.0.0";
}

static String getSDKType() {
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: statsig
description: Statsig SDK for Dart. Statsig enables developers to ship code faster and more safely.
version: 0.7.0
version: 1.0.0
homepage: https://statsig.com

environment:
Expand Down

0 comments on commit cc2296d

Please sign in to comment.