Skip to content

Commit e8b6a65

Browse files
committed
Bump version
1 parent 3b7adac commit e8b6a65

File tree

2 files changed

+8
-4
lines changed

2 files changed

+8
-4
lines changed

CHANGELOG.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1-
## 0.0.1
1+
## 1.0.1
22

3-
* TODO: Describe initial release.
3+
* Add default namespace to be compatible with Flutter 3.27
4+
5+
## 1.0.0
6+
7+
* Initial release

pubspec.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
name: flutter_android_volume_keydown
22
description: A simple plugin for listening to the Android volume keydown event
3-
version: 1.0.0
3+
version: 1.0.1
44
homepage: https://github.com/dart-tools/flutter_android_volume_keydown
55

66
environment:
7-
sdk: ">=2.15.0 <3.0.0"
7+
sdk: '>=2.15.0 <4.0.0'
88
flutter: ">=2.5.0"
99

1010
dependencies:

0 commit comments

Comments
 (0)