From be9db886ee504a5b261304a072efed8dd95477d9 Mon Sep 17 00:00:00 2001 From: Lishid Date: Wed, 19 Oct 2022 18:20:15 -0400 Subject: Update minimum version to 1.0.0 --- README.md | 2 +- manifest.json | 2 +- versions.json | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 8e56b28..dc70192 100644 --- a/README.md +++ b/README.md @@ -16,7 +16,7 @@ Once you have the repo locally on your computer, there are a couple of placehold { "name": "Moonstone", "version": "0.0.0", - "minAppVersion": "0.16.0" + "minAppVersion": "1.0.0" } ``` diff --git a/manifest.json b/manifest.json index f05f5c1..a3ebe75 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "name": "Sample Theme", "version": "1.0.0", - "minAppVersion": "0.16.0", + "minAppVersion": "1.0.0", "author": "Obsidian", "authorUrl": "https://obsidian.md" } \ No newline at end of file diff --git a/versions.json b/versions.json index 0b78199..6ac7b35 100644 --- a/versions.json +++ b/versions.json @@ -1,3 +1,3 @@ { - "1.0.0": "0.16.0" + "1.0.0": "1.0.0" } \ No newline at end of file -- cgit v1.2.3