From efef55959bda00a45299bee95bfedaac6f91cfc8 Mon Sep 17 00:00:00 2001 From: Diomede Date: Wed, 26 May 2021 18:50:51 +0200 Subject: [PATCH] bump version to 0.2.0 --- manifest.json | 2 +- package.json | 2 +- versions.json | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/manifest.json b/manifest.json index 94a3076..cfb757d 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "liquid-templates", "name": "Liquid Templates", - "version": "0.1.5", + "version": "0.2.0", "minAppVersion": "0.12.3", "description": "Empower your template with LiquidJS tags", "author": "diomedet", diff --git a/package.json b/package.json index bc6f16d..dea2a3d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "liquid-templates", - "version": "0.1.5", + "version": "0.2.0", "description": "Empower your template with LiquidJS tags", "main": "main.js", "scripts": { diff --git a/versions.json b/versions.json index 1395e56..13af677 100644 --- a/versions.json +++ b/versions.json @@ -1,3 +1,3 @@ { - "0.1.5": "0.12.3" + "0.2.0": "0.12.3" }