chore(version): version bump to 1.0.2

This commit is contained in:
EloiMusk 2023-03-16 08:20:51 +01:00
parent 8e8f100028
commit 625f6f194b
No known key found for this signature in database
GPG key ID: A59863E13934DD4F
3 changed files with 4 additions and 3 deletions

View file

@ -1,7 +1,7 @@
{ {
"id": "prioritize", "id": "prioritize",
"name": "Prioritize", "name": "Prioritize",
"version": "1.0.1", "version": "1.0.2",
"minAppVersion": "0.15.0", "minAppVersion": "0.15.0",
"description": "Prioritize your tasks and notes in Obsidian.", "description": "Prioritize your tasks and notes in Obsidian.",
"author": "EloiMusk", "author": "EloiMusk",

View file

@ -1,6 +1,6 @@
{ {
"name": "obsidian-sample-plugin", "name": "obsidian-sample-plugin",
"version": "1.0.1", "version": "1.0.2",
"description": "This is a sample plugin for Obsidian (https://obsidian.md)", "description": "This is a sample plugin for Obsidian (https://obsidian.md)",
"main": "main.js", "main": "main.js",
"scripts": { "scripts": {

View file

@ -1,4 +1,5 @@
{ {
"1.0.1": "0.15.0", "1.0.1": "0.15.0",
"1.0.0": "0.15.0" "1.0.0": "0.15.0",
"1.0.2": "0.15.0"
} }