mirror of
https://github.com/netajam/obsidian_note_uid_generator.git
synced 2026-07-22 05:45:32 +00:00
V 1.0.1
This commit is contained in:
parent
85f274f314
commit
65727da2d9
2 changed files with 3 additions and 3 deletions
|
|
@ -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.
|
||||
|
|
@ -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",
|
||||
|
|
|
|||
Loading…
Reference in a new issue