Skip to content

Commit a5d5c6e

Browse files
committed
Bump: Versions to 8.0.0-dev.2 for QualityAssurance phase
1 parent 05f6b7c commit a5d5c6e

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
All changes to the **FlexColorScheme** (FCS) package are documented here.
44

5-
## 8.0.0-dev.1
5+
## 8.0.0-dev.2
66

77
**Oct 14, 2024**
88

example/lib/shared/const/app.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ sealed class App {
3636
// build numbers.
3737
static const String versionMajor = '8';
3838
static const String versionMinor = '0';
39-
static const String versionPatch = '0-dev.1';
39+
static const String versionPatch = '0-dev.2';
4040
static const String versionBuild = '01';
4141
static const String versionFull = '$versionMajor.$versionMinor.$versionPatch'
4242
'\nBuild-$versionBuild';

example/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: flex_color_scheme_example
22
description: Examples that demonstrate how to use the FlexColorScheme package.
3-
version: 8.0.0-dev.1
3+
version: 8.0.0-dev.2
44
publish_to: 'none'
55
environment:
66
sdk: '>=3.0.0 <4.0.0'

pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: flex_color_scheme
22
description: A Flutter package to use and make beautiful Material design based themes.
3-
version: 8.0.0-dev.1
3+
version: 8.0.0-dev.2
44
homepage: https://docs.flexcolorscheme.com
55
repository: https://github.com/rydmike/flex_color_scheme
66
issue_tracker: https://github.com/rydmike/flex_color_scheme/issues

0 commit comments

Comments
 (0)