Skip to content

Commit

Permalink
[win_toast] bump version to 0.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
boyan01 committed Oct 27, 2024
1 parent 4855b89 commit d9d4bc5
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,13 +13,15 @@ on:
- desktop_webview_window
- desktop_drop
- desktop_lifecycle
- win_toast
push:
tags:
- 'ogg_opus_player-v[0-9]+.[0-9]+.[0-9]+*'
- 'mixin_logger-v[0-9]+.[0-9]+.[0-9]+*'
- 'desktop_webview_window-v[0-9]+.[0-9]+.[0-9]+*'
- 'desktop_drop-v[0-9]+.[0-9]+.[0-9]+*'
- 'desktop_lifecycle-v[0-9]+.[0-9]+.[0-9]+*'
- 'win_toast-v[0-9]+.[0-9]+.[0-9]+*'

jobs:
publish:
Expand Down
4 changes: 4 additions & 0 deletions packages/win_toast/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 0.3.1

* Fix not working if packaged by msix([#375](https://github.com/MixinNetwork/flutter-plugins/pull/375))

## 0.3.0

**BREAKING CHANGES**
Expand Down
2 changes: 1 addition & 1 deletion packages/win_toast/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: win_toast
description: a flutter plugin that allows users to create and display toast notifications to notification center on the Windows operating system.
version: 0.3.0
version: 0.3.1
homepage: https://github.com/MixinNetwork/flutter-plugins/tree/main/packages/win_toast

environment:
Expand Down

0 comments on commit d9d4bc5

Please sign in to comment.