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

Commit

Permalink
Bump version to 0.7.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
tillahoffmann committed Dec 6, 2021
1 parent 1b7bcb5 commit fa6e16d
Show file tree
Hide file tree
Showing 3 changed files with 39 additions and 38 deletions.
16 changes: 8 additions & 8 deletions manifest.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
{
"id": "obsidian-jupyter",
"name": "Jupyter plugin",
"version": "0.6.0",
"minAppVersion": "0.9.12",
"description": "This plugin allows code blocks to be executed as Jupyter notebooks.",
"author": "Till Hoffmann",
"authorUrl": "https://github.com/tillahoffmann/obsidian-jupyter",
"isDesktopOnly": true
"description": "This plugin allows code blocks to be executed as Jupyter notebooks.",
"minAppVersion": "0.9.12",
"author": "Till Hoffmann",
"version": "0.7.0",
"authorUrl": "https://github.com/tillahoffmann/obsidian-jupyter",
"isDesktopOnly": true,
"id": "obsidian-jupyter",
"name": "Jupyter plugin"
}
48 changes: 24 additions & 24 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,28 +1,28 @@
{
"name": "obsidian-jupyter-plugin",
"version": "0.6.0",
"description": "This plugin allows code blocks to be executed as Jupyter notebooks.",
"main": "main.js",
"scripts": {
"dev": "rollup --config rollup.config.js -w",
"build": "rollup --config rollup.config.js --environment BUILD:production"
},
"keywords": [],
"author": "Till Hoffmann",
"license": "MIT",
"devDependencies": {
"@rollup/plugin-commonjs": "^18.0.0",
"@rollup/plugin-node-resolve": "^11.2.1",
"@rollup/plugin-typescript": "^8.2.1",
"@types/node": "^14.14.37",
"@types/uuid": "^8.3.0",
"obsidian": "^0.12.0",
"rollup": "^2.32.1",
"tslib": "^2.2.0",
"typescript": "~4.2.4"
},
"name": "obsidian-jupyter-plugin",
"license": "MIT",
"author": "Till Hoffmann",
"version": "0.7.0",
"dependencies": {
"typed-rest-client": "^1.8.6",
"typed-rest-client": "^1.8.6",
"uuid": "^8.3.2"
}
},
"scripts": {
"build": "rollup --config rollup.config.js --environment BUILD:production",
"dev": "rollup --config rollup.config.js -w"
},
"keywords": [],
"devDependencies": {
"@rollup/plugin-typescript": "^8.2.1",
"tslib": "^2.2.0",
"typescript": "~4.2.4",
"@rollup/plugin-node-resolve": "^11.2.1",
"@types/uuid": "^8.3.0",
"@rollup/plugin-commonjs": "^18.0.0",
"rollup": "^2.32.1",
"obsidian": "^0.12.0",
"@types/node": "^14.14.37"
},
"main": "main.js",
"description": "This plugin allows code blocks to be executed as Jupyter notebooks."
}
13 changes: 7 additions & 6 deletions versions.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
{
"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.5.0": "0.9.12",
"0.6.0": "0.9.12"
"0.3.0": "0.9.12",
"0.6.0": "0.9.12",
"0.7.0": "0.9.12",
"0.2.0": "0.9.12",
"0.1.0": "0.9.12",
"0.4.0": "0.9.12",
"0.5.0": "0.9.12"
}

0 comments on commit fa6e16d

Please sign in to comment.