Skip to content

Commit

Permalink
Bump: Versions to 8.0.0-dev.2 for QualityAssurance phase
Browse files Browse the repository at this point in the history
  • Loading branch information
rydmike committed Oct 14, 2024
1 parent 05f6b7c commit a5d5c6e
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

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

## 8.0.0-dev.1
## 8.0.0-dev.2

**Oct 14, 2024**

Expand Down
2 changes: 1 addition & 1 deletion example/lib/shared/const/app.dart
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ sealed class App {
// build numbers.
static const String versionMajor = '8';
static const String versionMinor = '0';
static const String versionPatch = '0-dev.1';
static const String versionPatch = '0-dev.2';
static const String versionBuild = '01';
static const String versionFull = '$versionMajor.$versionMinor.$versionPatch'
'\nBuild-$versionBuild';
Expand Down
2 changes: 1 addition & 1 deletion example/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: flex_color_scheme_example
description: Examples that demonstrate how to use the FlexColorScheme package.
version: 8.0.0-dev.1
version: 8.0.0-dev.2
publish_to: 'none'
environment:
sdk: '>=3.0.0 <4.0.0'
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: flex_color_scheme
description: A Flutter package to use and make beautiful Material design based themes.
version: 8.0.0-dev.1
version: 8.0.0-dev.2
homepage: https://docs.flexcolorscheme.com
repository: https://github.com/rydmike/flex_color_scheme
issue_tracker: https://github.com/rydmike/flex_color_scheme/issues
Expand Down

0 comments on commit a5d5c6e

Please sign in to comment.