From 7bcf44f79e4a01edd987a584bf1355cd87fedb05 Mon Sep 17 00:00:00 2001 From: andrewmcgivery Date: Wed, 7 Feb 2024 13:21:50 -0500 Subject: [PATCH] Up version number --- manifest.json | 4 ++-- package.json | 2 +- versions.json | 3 ++- 3 files changed, 5 insertions(+), 4 deletions(-) diff --git a/manifest.json b/manifest.json index 49b1225..3c029dc 100644 --- a/manifest.json +++ b/manifest.json @@ -1,11 +1,11 @@ { "id": "beautitab", "name": "Beautitab", - "version": "1.0.1", + "version": "1.0.2", "minAppVersion": "0.15.0", "description": "Creates a customizable new tab view with beautiful backgrounds, quotes, search, and more.", "author": "Andrew McGivery", "authorUrl": "https://github.com/andrewmcgivery", "fundingUrl": "https://www.buymeacoffee.com/andrewmcgivery", "isDesktopOnly": false -} +} \ No newline at end of file diff --git a/package.json b/package.json index b4b9d87..f7eb46b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "obsidian-beautitab", - "version": "1.0.1", + "version": "1.0.2", "description": "A plugin for Obsidian.MD that creates a customizable new tab view with beautiful backgrounds, quotes, search, and more.", "main": "dist/main.js", "scripts": { diff --git a/versions.json b/versions.json index a6d5a03..03d60fe 100644 --- a/versions.json +++ b/versions.json @@ -1,4 +1,5 @@ { "1.0.0": "0.15.0", - "1.0.1": "0.15.0" + "1.0.1": "0.15.0", + "1.0.2": "0.15.0" } \ No newline at end of file