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" }