chore: bump version to 1.0.0 for release
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
parent
e15c6ceba0
commit
ae2285c229
3 changed files with 3 additions and 3 deletions
|
|
@ -6,7 +6,7 @@
|
||||||
|
|
||||||
[](LICENSE)
|
[](LICENSE)
|
||||||
[](https://obsidian.md)
|
[](https://obsidian.md)
|
||||||
[](manifest.json)
|
[](manifest.json)
|
||||||
[](tsconfig.json)
|
[](tsconfig.json)
|
||||||
|
|
||||||
---
|
---
|
||||||
|
|
|
||||||
|
|
@ -1,7 +1,7 @@
|
||||||
{
|
{
|
||||||
"id": "formfire",
|
"id": "formfire",
|
||||||
"name": "Formfire",
|
"name": "Formfire",
|
||||||
"version": "0.1.0",
|
"version": "1.0.0",
|
||||||
"minAppVersion": "1.5.0",
|
"minAppVersion": "1.5.0",
|
||||||
"description": "Structured data input for Obsidian – forms that create notes or update frontmatter",
|
"description": "Structured data input for Obsidian – forms that create notes or update frontmatter",
|
||||||
"author": "tolvitty",
|
"author": "tolvitty",
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "obsidian-formfire",
|
"name": "obsidian-formfire",
|
||||||
"version": "0.1.0",
|
"version": "1.0.0",
|
||||||
"description": "Structured data input for Obsidian – forms that create notes or update frontmatter",
|
"description": "Structured data input for Obsidian – forms that create notes or update frontmatter",
|
||||||
"main": "main.js",
|
"main": "main.js",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue