Skip to content
This repository has been archived by the owner on Nov 19, 2023. It is now read-only.

Commit

Permalink
Update version to 0.5.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
tillahoffmann committed Oct 19, 2021
1 parent a89904e commit 90f2a2a
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": "obsidian-jupyter",
"name": "Jupyter plugin",
"version": "0.4.0",
"version": "0.5.0",
"minAppVersion": "0.9.12",
"description": "This plugin allows code blocks to be executed as Jupyter notebooks.",
"author": "Till Hoffmann",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "obsidian-jupyter-plugin",
"version": "0.4.0",
"version": "0.5.0",
"description": "This plugin allows code blocks to be executed as Jupyter notebooks.",
"main": "main.js",
"scripts": {
Expand Down
3 changes: 2 additions & 1 deletion versions.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,6 @@
"0.1.0": "0.9.12",
"0.2.0": "0.9.12",
"0.3.0": "0.9.12",
"0.4.0": "0.9.12"
"0.4.0": "0.9.12",
"0.5.0": "0.9.12"
}

0 comments on commit 90f2a2a

Please sign in to comment.