diff --git a/CHANGELOG.md b/CHANGELOG.md index 4f59b30..1720f81 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,17 @@ # Changelog +## [1.0.0-dev.5](https://github.com/benthillerkus/betrayal/compare/v1.0.0-dev.4...v1.0.0-dev.5) (2022-04-10) + + +### Bug Fixes + +* remove emoji from `pubspec.yaml` ([a24b827](https://github.com/benthillerkus/betrayal/commit/a24b8271cdf781aa91bd41799423276cf19831a4)) + + +### Documentation + +* **readme:** implement further advances in fanciness ([5e1f055](https://github.com/benthillerkus/betrayal/commit/5e1f055deb35391fec76fed6802a63da24f8fde9)) + ## [1.0.0-dev.4](https://github.com/benthillerkus/betrayal/compare/v1.0.0-dev.3...v1.0.0-dev.4) (2022-04-10) diff --git a/pubspec.yaml b/pubspec.yaml index 9f619ca..ac8cdec 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,6 +1,6 @@ name: betrayal description: "A capable tray icon plugin for Windows. Manage multiple icons, generate their images at runtime and compose them as if they were a regular widget" -version: 1.0.0-dev.4 # x-release-please-version +version: 1.0.0-dev.5 # x-release-please-version homepage: https://betrayal.bent.party/ environment: diff --git a/version.txt b/version.txt index 1159539..1a5585a 100644 --- a/version.txt +++ b/version.txt @@ -1 +1 @@ -1.0.0-dev.4 +1.0.0-dev.5