Skip to content

Commit

Permalink
bump versions
Browse files Browse the repository at this point in the history
  • Loading branch information
saml-dev committed Mar 9, 2024
1 parent 0b87fdb commit 35b48dc
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 9 deletions.
4 changes: 2 additions & 2 deletions manifest.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
{
"id": "customjs",
"name": "CustomJS",
"version": "1.0.18",
"version": "1.0.19",
"minAppVersion": "0.9.12",
"description": "This plugin allows for the loading and reuse of custom javascript files inside your vault.",
"author": "Sam Lewis",
"authorUrl": "https://github.com/samlewis0602",
"isDesktopOnly": false
}
}
6 changes: 3 additions & 3 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "customjs",
"version": "1.0.18",
"version": "1.0.19",
"description": "This is a plugin for Obsidian (https://obsidian.md) that enables custom javascript across mobile and desktop.",
"main": "main.js",
"scripts": {
Expand Down Expand Up @@ -35,4 +35,4 @@
"compare-versions": "^3.6.0",
"debuggable-eval": "^1.0.0"
}
}
}
4 changes: 2 additions & 2 deletions versions.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
"1.0.18": "0.9.7"
}
"1.0.19": "0.9.7"
}

0 comments on commit 35b48dc

Please sign in to comment.