From 1e514dec38146c6aa4af75f3486e2b6b12f9bc4a Mon Sep 17 00:00:00 2001 From: Kevin Cao <39608887+kev-cao@users.noreply.github.com> Date: Sat, 27 Jun 2026 01:06:01 -0400 Subject: [PATCH] 1.2.0 --- manifest.json | 4 ++-- package-lock.json | 4 ++-- package.json | 2 +- versions.json | 5 +++-- 4 files changed, 8 insertions(+), 7 deletions(-) diff --git a/manifest.json b/manifest.json index eff73e6..7fcf0a7 100644 --- a/manifest.json +++ b/manifest.json @@ -1,10 +1,10 @@ { "id": "flexical", "name": "FlexiCal", - "version": "1.1.0", + "version": "1.2.0", "minAppVersion": "1.12.0", "description": "A flexible calendar plugin to display the notes you want to see in a calendar view. You pick the filter and color, and FlexiCal will do the rest.", "author": "Kevin Cao", "authorUrl": "https://github.com/kev-cao", "isDesktopOnly": false -} +} \ No newline at end of file diff --git a/package-lock.json b/package-lock.json index c720ce5..48ec083 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "obsidian-sample-plugin", - "version": "1.1.0", + "version": "1.2.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "obsidian-sample-plugin", - "version": "1.1.0", + "version": "1.2.0", "license": "0-BSD", "dependencies": { "@types/picomatch": "^4.0.3", diff --git a/package.json b/package.json index 5cb95b4..ccf394f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "obsidian-sample-plugin", - "version": "1.1.0", + "version": "1.2.0", "description": "This is a sample plugin for Obsidian (https://obsidian.md)", "main": "main.js", "type": "module", diff --git a/versions.json b/versions.json index 04400b8..3aeae45 100644 --- a/versions.json +++ b/versions.json @@ -3,5 +3,6 @@ "1.0.1": "1.12.0", "1.0.2": "1.12.0", "1.0.3": "1.12.0", - "1.1.0": "1.12.0" -} + "1.1.0": "1.12.0", + "1.2.0": "1.12.0" +} \ No newline at end of file