From 3c5827f6376251a0248ea0d6b8b7c550b6d0eda5 Mon Sep 17 00:00:00 2001 From: conneroisu Date: Thu, 12 Sep 2024 13:40:14 -0400 Subject: [PATCH] update versions --- manifest.json | 2 +- package.json | 2 +- versions.json | 2 ++ 3 files changed, 4 insertions(+), 2 deletions(-) diff --git a/manifest.json b/manifest.json index 58b489f..29c5b58 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "vim-toggle", "name": "Vim Toggle", - "version": "1.0.6", + "version": "1.0.8", "minAppVersion": "0.15.0", "description": "A plugin for Obsidian that enables the toggling vim mode to on and off inside of the editor.", "author": "Conner Ohnesorge", diff --git a/package.json b/package.json index 6626314..07caa88 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "vim-toggle", - "version": "1.0.6", + "version": "1.0.8", "description": "A plugin for Obsidian that allows you to toggle VimMode on and off.", "main": "main.js", "scripts": { diff --git a/versions.json b/versions.json index 9a3a85f..437bc49 100644 --- a/versions.json +++ b/versions.json @@ -12,4 +12,6 @@ "1.0.4": "0.15.0", "1.0.5": "0.15.0", "1.0.6": "0.15.0", + "1.0.7": "0.15.0", + "1.0.8": "0.15.0" }