Skip to content

Commit 8371f76

Browse files
committed
chore: Bump version to v0.12.2
1 parent a394b3a commit 8371f76

File tree

3 files changed

+6
-3
lines changed

3 files changed

+6
-3
lines changed

CHANGELOG.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
## [0.12.2] - 2025-01-06
11+
1012
### Fixed
1113

1214
- Remove duplicate slash in file path #67, #79
@@ -354,7 +356,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
354356

355357
- Intiial release
356358

357-
[unreleased]: https://github.com/tmaegel/ntodotxt/compare/v0.12.1...HEAD
359+
[unreleased]: https://github.com/tmaegel/ntodotxt/compare/v0.12.2...HEAD
360+
[0.12.2]: https://github.com/tmaegel/ntodotxt/compare/v0.12.1...v0.12.2
358361
[0.12.1]: https://github.com/tmaegel/ntodotxt/compare/v0.12.0...v0.12.1
359362
[0.12.0]: https://github.com/tmaegel/ntodotxt/compare/v0.11.0...v0.12.0
360363
[0.11.0]: https://github.com/tmaegel/ntodotxt/compare/v0.10.1...v0.11.0

lib/constants/app.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
// coverage:ignore-file
22

3-
const String version = '0.12.1';
3+
const String version = '0.12.2';
44

55
/// https://m3.material.io/foundations/layout/applying-layout/window-size-classes
66
const int maxScreenWidthCompact = 600;

pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: ntodotxt
22

33
description: App for managing your todos within a todo.txt file locally or via webdav (e.g. Nextcloud)
44
publish_to: 'none' # Remove this line if you wish to publish to pub.dev
5-
version: 0.12.1+27
5+
version: 0.12.2+28
66

77
environment:
88
sdk: '>=3.0.5 <4.0.0'

0 commit comments

Comments
 (0)