Skip to content

Commit

Permalink
chore(changelog): Bump version to v0.8.1
Browse files Browse the repository at this point in the history
  • Loading branch information
tmaegel committed Apr 25, 2024
1 parent 94e3b12 commit e2839a9
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 3 deletions.
9 changes: 8 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [0.8.1] - 2024-04-25

### Fixed

- Fixes an issue that the file picker was not opened for android api versions lower than 28 #45

## [0.8.0] - 2024-04-01

### Added
Expand Down Expand Up @@ -269,7 +275,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

- Intiial release

[unreleased]: https://github.com/tmaegel/ntodotxt/compare/v0.8.0...HEAD
[unreleased]: https://github.com/tmaegel/ntodotxt/compare/v0.8.1...HEAD
[0.8.1]: https://github.com/tmaegel/ntodotxt/compare/v0.8.0...v0.8.1
[0.8.0]: https://github.com/tmaegel/ntodotxt/compare/v0.7.1...v0.8.0
[0.7.1]: https://github.com/tmaegel/ntodotxt/compare/v0.7.0...v0.7.1
[0.7.0]: https://github.com/tmaegel/ntodotxt/compare/v0.6.2...v0.7.0
Expand Down
2 changes: 1 addition & 1 deletion lib/constants/app.dart
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
// coverage:ignore-file

const String version = '0.8.0';
const String version = '0.8.1';

/// https://m3.material.io/foundations/layout/applying-layout/window-size-classes
const int maxScreenWidthCompact = 600;
Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ description: App for managing your todos within a todo.txt file locally or via w

publish_to: 'none' # Remove this line if you wish to publish to pub.dev

version: 0.8.0+19
version: 0.8.1+20

environment:
sdk: '>=3.0.5 <4.0.0'
Expand Down

0 comments on commit e2839a9

Please sign in to comment.