Skip to content

Commit

Permalink
[auto] bump version to 0.0.8
Browse files Browse the repository at this point in the history
  • Loading branch information
mProjectsCode committed Nov 25, 2023
1 parent c4a90d5 commit 3a3f4c8
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": "js-engine",
"name": "JS Engine",
"version": "0.0.7",
"version": "0.0.8",
"minAppVersion": "1.4.0",
"description": "Run JavaScript from within your notes.",
"author": "Moritz Jung",
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-js-engine-plugin",
"version": "0.0.7",
"version": "0.0.8",
"description": "This plugin for obsidian allows you to use and run JavaScript from within your notes.",
"main": "main.js",
"scripts": {
Expand Down
3 changes: 2 additions & 1 deletion versions.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
{
"1.0.0": "0.15.0",
"0.0.6": "1.4.0",
"0.0.7": "1.4.0"
"0.0.7": "1.4.0",
"0.0.8": "1.4.0"
}

0 comments on commit 3a3f4c8

Please sign in to comment.