Skip to content

Commit ac0da85

Browse files
committed
bump versions
1 parent fb32da5 commit ac0da85

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"id": "customjs",
33
"name": "CustomJS",
4-
"version": "1.0.20",
4+
"version": "1.0.21",
55
"minAppVersion": "0.9.12",
66
"description": "This plugin lets you use custom javascript files inside your vault.",
77
"author": "Sam Lewis",

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "customjs",
3-
"version": "1.0.20",
3+
"version": "1.0.21",
44
"description": "This is a plugin for Obsidian (https://obsidian.md) that enables custom javascript across mobile and desktop.",
55
"main": "main.js",
66
"scripts": {

versions.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
"1.0.20": "0.9.7"
2+
"1.0.21": "0.9.7"
33
}

0 commit comments

Comments
 (0)