mirror of
https://github.com/oen/liquid-template.git
synced 2026-07-22 05:40:24 +00:00
bump version to 0.2.0
This commit is contained in:
parent
b28c74a64d
commit
efef55959b
3 changed files with 3 additions and 3 deletions
|
|
@ -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",
|
||||
|
|
|
|||
|
|
@ -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": {
|
||||
|
|
|
|||
|
|
@ -1,3 +1,3 @@
|
|||
{
|
||||
"0.1.5": "0.12.3"
|
||||
"0.2.0": "0.12.3"
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue