bump version

This commit is contained in:
Diomede 2021-05-23 18:38:05 +02:00
parent 83a5321a7b
commit 4ca853069b
3 changed files with 3 additions and 3 deletions

View file

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

View file

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

View file

@ -1,3 +1,3 @@
{
"0.1.2": "0.12.3"
"0.1.3": "0.12.3"
}