From 215639be5e84768ceca62cb9ec255b225e8c639d Mon Sep 17 00:00:00 2001 From: Diomede Date: Sun, 23 May 2021 16:27:13 +0200 Subject: [PATCH] bump version --- manifest.json | 2 +- versions.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/manifest.json b/manifest.json index e878ca4..a7f3f9d 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "liquid-templates", "name": "Liquid Templates", - "version": "0.1.0", + "version": "0.1.1", "minAppVersion": "0.12.3", "description": "Empower your template with LiquidJS tags", "author": "diomedet", diff --git a/versions.json b/versions.json index 906f859..e198c42 100644 --- a/versions.json +++ b/versions.json @@ -1,3 +1,3 @@ { - "0.1.0": "0.12.3" + "0.1.1": "0.12.3" }