docs: update changelog

This commit is contained in:
Matyáš Caras 2023-07-04 00:23:42 +02:00
parent 48a9bea2f7
commit 42effc2908
2 changed files with 6 additions and 1 deletions

View file

@ -8,5 +8,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
## Unreleased
## 1.0.0-alpha.2
- Added l10n support
- Added support for page downloads
- Added interactive maps through flutter_map
## 1.0.0-alpha.1
- First version

View file

@ -16,7 +16,7 @@ publish_to: 'none' # Remove this line if you wish to publish to pub.dev
# https://developer.apple.com/library/archive/documentation/General/Reference/InfoPlistKeyReference/Articles/CoreFoundationKeys.html
# In Windows, build-name is used as the major, minor, and patch parts
# of the product and file versions while build-number is used as the build suffix.
version: 1.0.0-alpha.2+2
version: 1.0.0-alpha.2+3
environment:
sdk: '>=3.0.0'