Skip to content

Commit

Permalink
chore(changelog): Bump version to v0.9.1
Browse files Browse the repository at this point in the history
  • Loading branch information
tmaegel committed May 23, 2024
1 parent f3b3e89 commit 7dc13fa
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 8 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.9.1] - 2024-05-23

### Fixed

- No auto-space is inserted after selecting a word from suggestion #36

## [0.9.0] - 2024-05-03

### Added
Expand Down Expand Up @@ -285,7 +291,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.9.0...HEAD
[unreleased]: https://github.com/tmaegel/ntodotxt/compare/v0.9.1...HEAD
[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
[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
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.9.0';
const String version = '0.9.1';

/// https://m3.material.io/foundations/layout/applying-layout/window-size-classes
const int maxScreenWidthCompact = 600;
Expand Down
10 changes: 4 additions & 6 deletions pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,11 +1,10 @@
---

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.9.0+21
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.9.1+22

environment:
sdk: '>=3.0.5 <4.0.0'
Expand Down Expand Up @@ -52,12 +51,11 @@ flutter_launcher_icons:
min_sdk_android: 21

flutter:
uses-material-design: true
assets:
- assets/icon/icon.png
fonts:
- family: OpenSans
fonts:
- asset: fonts/OpenSans-VariableFont_wdth,wght.ttf
- asset: fonts/OpenSans-Italic-VariableFont_wdth,wght.ttf

uses-material-design: true

0 comments on commit 7dc13fa

Please sign in to comment.