chore: bump version to 1.0.0 for release

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
Luca Oelfke 2026-02-13 20:13:52 +01:00
parent e15c6ceba0
commit ae2285c229
3 changed files with 3 additions and 3 deletions

View file

@ -6,7 +6,7 @@
[![GitHub License](https://img.shields.io/github/license/tolvitty/obsidian-formfire)](LICENSE)
[![Obsidian](https://img.shields.io/badge/Obsidian-Plugin-7C3AED?logo=obsidian&logoColor=white)](https://obsidian.md)
[![Version](https://img.shields.io/badge/version-0.1.0-blue)](manifest.json)
[![Version](https://img.shields.io/badge/version-1.0.0-blue)](manifest.json)
[![TypeScript](https://img.shields.io/badge/TypeScript-strict-3178C6?logo=typescript&logoColor=white)](tsconfig.json)
---

View file

@ -1,7 +1,7 @@
{
"id": "formfire",
"name": "Formfire",
"version": "0.1.0",
"version": "1.0.0",
"minAppVersion": "1.5.0",
"description": "Structured data input for Obsidian forms that create notes or update frontmatter",
"author": "tolvitty",

View file

@ -1,6 +1,6 @@
{
"name": "obsidian-formfire",
"version": "0.1.0",
"version": "1.0.0",
"description": "Structured data input for Obsidian forms that create notes or update frontmatter",
"main": "main.js",
"scripts": {