Skip to content

Commit

Permalink
version bump 0.9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
gapmiss committed Feb 21, 2024
1 parent e569a83 commit 6137e15
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 5 deletions.
2 changes: 1 addition & 1 deletion manifest.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"id": "livecodes-playground",
"name": "Livecodes",
"version": "0.8.1",
"version": "0.9.0",
"minAppVersion": "0.15.0",
"description": "Livecodes code playground",
"author": "@gapmiss",
Expand Down
4 changes: 1 addition & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "livecodes-playgrounds",
"version": "0.8.1",
"version": "0.9.0",
"description": "Livecodes code playground plugin for Obsidian.md",
"main": "main.js",
"scripts": {
Expand All @@ -23,10 +23,8 @@
},
"dependencies": {
"@octokit/rest": "^20.0.2",
"@orama/orama": "^2.0.5",
"@popperjs/core": "^2.11.8",
"@tsconfig/svelte": "^5.0.2",
"@types/lunr": "^2.3.7",
"boarding.js": "^3.5.2",
"esbuild-svelte": "^0.8.0",
"livecodes": "^0.4.0",
Expand Down
2 changes: 1 addition & 1 deletion versions.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
"0.8.1": "0.15.0"
"0.9.0": "0.15.0"
}

0 comments on commit 6137e15

Please sign in to comment.