diff --git a/README.de.md b/README.de.md index 76e24c3..089a6d2 100644 --- a/README.de.md +++ b/README.de.md @@ -209,4 +209,4 @@ obMenu ist von cMenu inspiriert, einem frueheren Formatierungsleisten-Plugin fue ## Lizenz -MIT License. Copyright (c) 2026 Michael Makarov. +MIT. See [LICENSE](LICENSE). diff --git a/README.es.md b/README.es.md index 3fa6ace..e18ff29 100644 --- a/README.es.md +++ b/README.es.md @@ -209,4 +209,4 @@ obMenu está inspirado en cMenu, un plugin anterior de barra de formato para Obs ## Licencia -MIT License. Copyright (c) 2026 Michael Makarov. +MIT. See [LICENSE](LICENSE). diff --git a/README.ja.md b/README.ja.md index 3cdee28..51b2ec1 100644 --- a/README.ja.md +++ b/README.ja.md @@ -209,4 +209,4 @@ obMenu は、以前の Obsidian 書式ツールバープラグインである cM ## License -MIT License. Copyright (c) 2026 Michael Makarov. +MIT. See [LICENSE](LICENSE). diff --git a/README.md b/README.md index dfc5c36..1a4179b 100644 --- a/README.md +++ b/README.md @@ -173,8 +173,8 @@ dist/obmenu/LICENSE GitHub releases are created from semver tags without a `v` prefix: ```bash -git tag 0.1.0 -git push origin 0.1.0 +git tag 1.0.0 +git push origin 1.0.0 ``` The release workflow runs on tags matching `x.y.z`. It installs dependencies with `npm ci`, runs `npm audit --omit=dev`, lints, typechecks, runs tests, builds `dist/obmenu`, checks that the tag matches `package.json` and `manifest.json`, verifies release assets, creates GitHub artifact attestations, and publishes `main.js`, `manifest.json`, and `styles.css`. @@ -255,4 +255,4 @@ obMenu is inspired by cMenu, an earlier Obsidian formatting toolbar plugin. This ## License -MIT License. Copyright (c) 2026 Michael Makarov. +MIT. See [LICENSE](LICENSE). diff --git a/README.ru.md b/README.ru.md index 17a75b6..0930441 100644 --- a/README.ru.md +++ b/README.ru.md @@ -209,4 +209,4 @@ obMenu вдохновлен cMenu, более ранним плагином па ## License -MIT License. Copyright (c) 2026 Michael Makarov. +MIT. See [LICENSE](LICENSE). diff --git a/README.zh.md b/README.zh.md index d722f42..3901eb0 100644 --- a/README.zh.md +++ b/README.zh.md @@ -209,4 +209,4 @@ obMenu 受到 cMenu 的启发,cMenu 是一个较早的 Obsidian 格式工具 ## 许可证 -MIT License. Copyright (c) 2026 Michael Makarov. +MIT. See [LICENSE](LICENSE). diff --git a/manifest.json b/manifest.json index 0cfc71b..e38e4a9 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "obmenu", "name": "obMenu", - "version": "0.1.0", + "version": "1.0.0", "minAppVersion": "1.5.0", "description": "A mini WYSIWYG-style Markdown formatting toolbar.", "author": "Michael Makarov", diff --git a/package-lock.json b/package-lock.json index 3fd6085..d2fd4c3 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "obmenu", - "version": "0.1.0", + "version": "1.0.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "obmenu", - "version": "0.1.0", + "version": "1.0.0", "license": "MIT", "devDependencies": { "@types/node": "^25.9.3", diff --git a/package.json b/package.json index 11c1c9b..493a5fb 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "obmenu", - "version": "0.1.0", + "version": "1.0.0", "description": "A mini WYSIWYG-style Markdown formatting toolbar for Obsidian.", "main": "main.js", "type": "module", diff --git a/versions.json b/versions.json index 708016d..27ec1ef 100644 --- a/versions.json +++ b/versions.json @@ -1,3 +1,3 @@ { - "0.1.0": "1.5.0" + "1.0.0": "1.5.0" }