From 4ca853069b178848366f09a8db030cdbf1c9dacb Mon Sep 17 00:00:00 2001 From: Diomede Date: Sun, 23 May 2021 18:38:05 +0200 Subject: [PATCH] bump version --- 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 6b26999..cce7f14 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "liquid-templates", "name": "Liquid Templates", - "version": "0.1.2", + "version": "0.1.3", "minAppVersion": "0.12.3", "description": "Empower your template with LiquidJS tags", "author": "diomedet", diff --git a/package.json b/package.json index 2db62ca..80871eb 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "liquid-templates", - "version": "0.1.2", + "version": "0.1.3", "description": "Empower your template with LiquidJS tags", "main": "main.js", "scripts": { diff --git a/versions.json b/versions.json index bd9c127..338069e 100644 --- a/versions.json +++ b/versions.json @@ -1,3 +1,3 @@ { - "0.1.2": "0.12.3" + "0.1.3": "0.12.3" }