This commit is contained in:
Netajam 2025-04-09 15:06:56 +02:00
parent 85f274f314
commit 65727da2d9
2 changed files with 3 additions and 3 deletions

View file

@ -117,8 +117,8 @@ For developers interested in contributing:
## Contributing
Contributions, issues, and feature requests are welcome! Please feel free to check the [issues page]([link-to-your-issues-page](https://github.com/Netajam/obsidian_note_uid_generator/issues)) or submit a pull request on the [GitHub repository]([link-to-your-repo](https://github.com/Netajam/obsidian_note_uid_generator)).
Contributions, issues, and feature requests are welcome! Please feel free to check the [issues page](https://github.com/Netajam/obsidian_note_uid_generator/issues) or submit a pull request on the [GitHub repository](https://github.com/Netajam/obsidian_note_uid_generator).
## License
This plugin is licensed under the MIT License. See the LICENSE file for details.
This plugin is licensed under the OBSD License. See the LICENSE file for details.

View file

@ -1,7 +1,7 @@
{
"id": "note_uid_generator",
"name": "Note UID Generator",
"version": "1.0.0",
"version": "1.0.1",
"minAppVersion": "0.15.0",
"description": "Automatically or manually generates Unique IDs (UIDs) for notes and registers them in metadata (frontmatter).",
"author": "Valentin Pelletier",