chore: bump version

This commit is contained in:
relikd
2025-12-04 19:07:07 +01:00
parent d8f691145a
commit cf365e79a9
2 changed files with 9 additions and 2 deletions

View File

@@ -5,8 +5,15 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project does adhere to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). and this project does adhere to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
## [0.9.1] 2025-12-04
Added:
- Plugin version in preview footer
- Separate `style.css` to make overwrites easier
## [0.9.0] 2025-12-04 ## [0.9.0] 2025-12-04
Initial release Initial release
[0.9.1]: https://github.com/relikd/QLMarkdown/compare/v0.9.0...v0.9.1
[0.9.0]: https://github.com/relikd/QLMarkdown/compare/f8545f5c77ec74030ea556833ff4b51cdfb75bce...v0.9.0 [0.9.0]: https://github.com/relikd/QLMarkdown/compare/f8545f5c77ec74030ea556833ff4b51cdfb75bce...v0.9.0

View File

@@ -8,7 +8,7 @@ ENABLE_HARDENED_RUNTIME = YES
SWIFT_VERSION = 5.0 SWIFT_VERSION = 5.0
MACOSX_DEPLOYMENT_TARGET = 10.15 MACOSX_DEPLOYMENT_TARGET = 10.15
MARKETING_VERSION = 0.9.0 MARKETING_VERSION = 0.9.1
PRODUCT_NAME = QLMarkdown PRODUCT_NAME = QLMarkdown
PRODUCT_BUNDLE_IDENTIFIER = de.relikd.QLMarkdown PRODUCT_BUNDLE_IDENTIFIER = de.relikd.QLMarkdown
CURRENT_PROJECT_VERSION = 270 CURRENT_PROJECT_VERSION = 292