Skip to content

Commit d9d4bc5

Browse files
committed
[win_toast] bump version to 0.3.1
1 parent 4855b89 commit d9d4bc5

File tree

3 files changed

+7
-1
lines changed

3 files changed

+7
-1
lines changed

.github/workflows/publish.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,13 +13,15 @@ on:
1313
- desktop_webview_window
1414
- desktop_drop
1515
- desktop_lifecycle
16+
- win_toast
1617
push:
1718
tags:
1819
- 'ogg_opus_player-v[0-9]+.[0-9]+.[0-9]+*'
1920
- 'mixin_logger-v[0-9]+.[0-9]+.[0-9]+*'
2021
- 'desktop_webview_window-v[0-9]+.[0-9]+.[0-9]+*'
2122
- 'desktop_drop-v[0-9]+.[0-9]+.[0-9]+*'
2223
- 'desktop_lifecycle-v[0-9]+.[0-9]+.[0-9]+*'
24+
- 'win_toast-v[0-9]+.[0-9]+.[0-9]+*'
2325

2426
jobs:
2527
publish:

packages/win_toast/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## 0.3.1
2+
3+
* Fix not working if packaged by msix([#375](https://github.com/MixinNetwork/flutter-plugins/pull/375))
4+
15
## 0.3.0
26

37
**BREAKING CHANGES**

packages/win_toast/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: win_toast
22
description: a flutter plugin that allows users to create and display toast notifications to notification center on the Windows operating system.
3-
version: 0.3.0
3+
version: 0.3.1
44
homepage: https://github.com/MixinNetwork/flutter-plugins/tree/main/packages/win_toast
55

66
environment:

0 commit comments

Comments
 (0)