From 1df6b5b0ed039ede781950185b24d93b3d736a96 Mon Sep 17 00:00:00 2001 From: Spencer Gouw Date: Thu, 22 Jun 2023 05:35:15 -0700 Subject: [PATCH] chore: update manifest/versions --- manifest.json | 2 +- versions.json | 4 +--- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/manifest.json b/manifest.json index 5f13e51..2aeb5f0 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "jelly-snippets", "name": "Jelly Snippets", - "version": "0.1.4", + "version": "0.1.5", "minAppVersion": "0.15.0", "description": "This plugin implements text snippets: replace text after typing a snippet on some trigger or command.", "author": "Spencer Gouw", diff --git a/versions.json b/versions.json index 3895a2c..b29cc25 100644 --- a/versions.json +++ b/versions.json @@ -1,5 +1,3 @@ { - "0.1.0": "0.15.0", - "0.1.1": "0.15.0", - "0.1.2": "0.15.0" + "0.1.5": "0.15.0" }