Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
passsy committed Jan 3, 2022
1 parent 8af2922 commit 83ab8b7
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion RELEASE.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Release checklist

- run `pana` and check score is 110/100
- run `pana` and check score is 120/120
- Bump version in `pubspec.yaml`
- Make sure `prod` backend is used, not `dev`
- Increment `wiredashSdkVersion` in `lib/src/version.dart` by `1` for patch releases, by `10` for minor releases
Expand Down
6 changes: 3 additions & 3 deletions lib/src/version.dart
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,6 @@
/// 30 -> 0.7.0+1
/// 50 -> 0.9.0
///
/// 100 -> 1.0.0-alpha (all of them)
/// 110 -> 1.0.0-beta.X
const wiredashSdkVersion = 100;
/// 100 -> 1.0.0-alpha.1
/// 101 -> 1.0.0-alpha.2
const wiredashSdkVersion = 101;

0 comments on commit 83ab8b7

Please sign in to comment.