mirror of
https://github.com/Iconica-Development/flutter_notification_center.git
synced 2025-05-19 00:53:44 +02:00
doc: change version and changelog
This commit is contained in:
parent
93d1970322
commit
bda8a1d150
2 changed files with 5 additions and 1 deletions
|
@ -1,3 +1,7 @@
|
||||||
|
## [1.1.0] - 15 April 2024
|
||||||
|
|
||||||
|
* Initial Release
|
||||||
|
|
||||||
## [1.0.0] - 14 April 2024
|
## [1.0.0] - 14 April 2024
|
||||||
|
|
||||||
* Initial Release
|
* Initial Release
|
|
@ -4,7 +4,7 @@ description: "A new Flutter project."
|
||||||
# pub.dev using `flutter pub publish`. This is preferred for private packages.
|
# pub.dev using `flutter pub publish`. This is preferred for private packages.
|
||||||
publish_to: 'none' # Remove this line if you wish to publish to pub.dev
|
publish_to: 'none' # Remove this line if you wish to publish to pub.dev
|
||||||
|
|
||||||
version: 1.0.0
|
version: 1.1.0
|
||||||
|
|
||||||
environment:
|
environment:
|
||||||
sdk: '>=3.3.2 <4.0.0'
|
sdk: '>=3.3.2 <4.0.0'
|
||||||
|
|
Loading…
Reference in a new issue