Skip to content

Commit

Permalink
🔖 Bump version number to 0.3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Sep 1, 2024
1 parent 274e340 commit b0e8885
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion manifest.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"id": "code-emitter",
"name": "Code Emitter",
"version": "0.3.1",
"version": "0.3.2",
"minAppVersion": "0.12.0",
"description": "An obsidian plugin that allows code blocks executed interactively in sandbox like jupyter notebooks. Supported language rust、kotlin、python、Javascript、TypeScript etc.",
"author": "YISH",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "code-emitter",
"description": "An obsidian plugin that allows code blocks executed interactively in sandbox like jupyter notebooks. Supported language rust、kotlin、python、Javascript、TypeScript etc.",
"private": true,
"version": "0.3.1",
"version": "0.3.2",
"type": "module",
"scripts": {
"dev": "vite build -w -m development",
Expand Down
3 changes: 2 additions & 1 deletion versions.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,6 @@
"0.1.4": "0.12.0",
"0.2.1": "0.12.0",
"0.3.0": "0.12.0",
"0.3.1": "0.12.0"
"0.3.1": "0.12.0",
"0.3.2": "0.12.0"
}

0 comments on commit b0e8885

Please sign in to comment.