From 0d90772b184a5da9d53af0343921e501b558141f Mon Sep 17 00:00:00 2001 From: Diomede T Date: Tue, 15 Feb 2022 23:08:51 +0100 Subject: [PATCH] bump the version and minimum app version --- manifest.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/manifest.json b/manifest.json index cfb757d..28e3305 100644 --- a/manifest.json +++ b/manifest.json @@ -1,8 +1,8 @@ { "id": "liquid-templates", "name": "Liquid Templates", - "version": "0.2.0", - "minAppVersion": "0.12.3", + "version": "0.3.0", + "minAppVersion": "0.13.10", "description": "Empower your template with LiquidJS tags", "author": "diomedet", "authorUrl": "https://diomedet.com/",