bump version to 0.2.0

This commit is contained in:
Diomede 2021-05-26 18:50:51 +02:00
parent b28c74a64d
commit efef55959b
3 changed files with 3 additions and 3 deletions

View file

@ -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",

View file

@ -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": {

View file

@ -1,3 +1,3 @@
{
"0.1.5": "0.12.3"
"0.2.0": "0.12.3"
}