Skip to content

Commit

Permalink
chore: Bump version to v0.10.1
Browse files Browse the repository at this point in the history
  • Loading branch information
tmaegel committed Sep 22, 2024
1 parent b9828be commit 0f7e514
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 3 deletions.
10 changes: 9 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,17 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [0.10.1] - 2024-09-22

### Changed

- Bump flutter version to 3.19.6

### Fixed

- First word not capitalized #63
- Allow single character key-value pairs #53

## [0.10.0] - 2024-06-09

## Added
Expand Down Expand Up @@ -305,7 +312,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.10.0...HEAD
[unreleased]: https://github.com/tmaegel/ntodotxt/compare/v0.10.1...HEAD
[0.10.1]: https://github.com/tmaegel/ntodotxt/compare/v0.10.0...v0.10.1
[0.10.0]: https://github.com/tmaegel/ntodotxt/compare/v0.9.1...v0.10.0
[0.9.1]: https://github.com/tmaegel/ntodotxt/compare/v0.9.0...v0.9.1
[0.9.0]: https://github.com/tmaegel/ntodotxt/compare/v0.8.1...v0.9.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.10.0';
const String version = '0.10.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 @@ -4,7 +4,7 @@ name: ntodotxt

description: App for managing your todos within a todo.txt file locally or via webdav (e.g. Nextcloud)
publish_to: 'none' # Remove this line if you wish to publish to pub.dev
version: 0.10.0+23
version: 0.10.1+24

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

0 comments on commit 0f7e514

Please sign in to comment.