From 6776ab19848a48c265f9c24cc197b7042aff6473 Mon Sep 17 00:00:00 2001 From: Cleon <18450687+meld-cp@users.noreply.github.com> Date: Sat, 7 Jan 2023 14:10:17 +1300 Subject: [PATCH] version bump --- manifest.json | 2 +- versions.json | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/manifest.json b/manifest.json index 3344495..20321ea 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "meld-build", "name": "Meld Build", - "version": "0.1.1", + "version": "0.1.2", "minAppVersion": "1.1.9", "description": "Write and execute (sandboxed) JavaScript to render templates, query DataView and create dynamic notes.", "author": "meld-cp", diff --git a/versions.json b/versions.json index 1a2da18..59d8cd9 100644 --- a/versions.json +++ b/versions.json @@ -1,3 +1,4 @@ { + "0.1.2": "1.1.9", "0.1.1": "1.1.9" }