Skip to content

Commit 13e37bc

Browse files
🔖 Bump version number to 0.1.3
1 parent 1732f34 commit 13e37bc

File tree

3 files changed

+11
-10
lines changed

3 files changed

+11
-10
lines changed

manifest.json

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
{
2-
"id": "code-emitter",
3-
"name": "Code Emitter",
4-
"version": "0.1.2",
5-
"minAppVersion": "0.12.0",
6-
"description": "An obsidian plugin that allows code blocks executed interactively in sandbox like jupyter notebooks. Supported language rust、kotlin、python、Javascript、TypeScript etc.",
7-
"author": "YISH",
8-
"authorUrl": "https://github.com/mokeyish",
9-
"isDesktopOnly": false
2+
"id": "code-emitter",
3+
"name": "Code Emitter",
4+
"version": "0.1.3",
5+
"minAppVersion": "0.12.0",
6+
"description": "An obsidian plugin that allows code blocks executed interactively in sandbox like jupyter notebooks. Supported language rust、kotlin、python、Javascript、TypeScript etc.",
7+
"author": "YISH",
8+
"authorUrl": "https://github.com/mokeyish",
9+
"isDesktopOnly": false
1010
}

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.2",
5+
"version": "0.1.3",
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
@@ -4,5 +4,6 @@
44
"0.0.7": "0.12.0",
55
"0.0.8": "0.12.0",
66
"0.1.0": "0.12.0",
7-
"0.1.2": "0.12.0"
7+
"0.1.2": "0.12.0",
8+
"0.1.3": "0.12.0"
89
}

0 commit comments

Comments
 (0)