Skip to content

Commit

Permalink
start from 1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
octavian-h committed Dec 23, 2023
1 parent c4059cd commit 04c670b
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
## 0.0.1
## 1.0.0

* Initial release
2 changes: 1 addition & 1 deletion lib/constants.dart
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
class Constants {
static const String packageName = "appcenter_sdk_plus";
static const String packageVersion = "0.0.1";
static const String packageVersion = "1.0.0";
}
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: appcenter_sdk_plus
description: "AppCenter SDK written purely in Flutter with support for AppCenter Analytics and AppCenter Crashes."
version: 0.0.1
version: 1.0.0
repository: https://github.com/octavian-h/appcenter_sdk_plus

environment:
Expand Down

0 comments on commit 04c670b

Please sign in to comment.