Skip to content

Commit dab456a

Browse files
🔖 Bump version number to 0.1.4
1 parent 9ff1771 commit dab456a

3 files changed

Lines changed: 4 additions & 3 deletions

File tree

manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"id": "code-emitter",
33
"name": "Code Emitter",
4-
"version": "0.1.3",
4+
"version": "0.1.4",
55
"minAppVersion": "0.12.0",
66
"description": "An obsidian plugin that allows code blocks executed interactively in sandbox like jupyter notebooks. Supported language rust、kotlin、python、Javascript、TypeScript etc.",
77
"author": "YISH",

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "code-emitter",
33
"description": "An obsidian plugin that allows code blocks executed interactively in sandbox like jupyter notebooks. Supported language rust、kotlin、python、Javascript、TypeScript etc.",
44
"private": true,
5-
"version": "0.1.3",
5+
"version": "0.1.4",
66
"type": "module",
77
"scripts": {
88
"dev": "vite build -w -m development",

versions.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,5 +5,6 @@
55
"0.0.8": "0.12.0",
66
"0.1.0": "0.12.0",
77
"0.1.2": "0.12.0",
8-
"0.1.3": "0.12.0"
8+
"0.1.3": "0.12.0",
9+
"0.1.4": "0.12.0"
910
}

0 commit comments

Comments
 (0)