diff --git a/CHANGELOG.md b/CHANGELOG.md index cd443eb..54ec7e0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 \ No newline at end of file diff --git a/pubspec.yaml b/pubspec.yaml index aedf7b2..462dc1d 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -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'