Skip to content

Commit 7b450b6

Browse files
committed
chore: release 0.12.2
1 parent cecb007 commit 7b450b6

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
lines changed

manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"id": "livecodes-playground",
33
"name": "Livecodes Playground",
4-
"version": "0.12.1",
4+
"version": "0.12.2",
55
"minAppVersion": "1.5.0",
66
"description": "Client-side code editor playground - Powered by LiveCodes",
77
"author": "@gapmiss",

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "livecodes-playgrounds",
3-
"version": "0.12.1",
3+
"version": "0.12.2",
44
"description": "Client-side code editor playground plugin for Obsidian.md - Powered by LiveCodes.io",
55
"main": "main.js",
66
"scripts": {

versions.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
{
2-
"0.12.1": "1.5.0"
2+
"0.12.1": "1.5.0",
3+
"0.12.2": "0.15.0"
34
}

0 commit comments

Comments
 (0)