Skip to content

Commit

Permalink
Bump
Browse files Browse the repository at this point in the history
  • Loading branch information
mgmeyers committed Aug 18, 2023
1 parent 87d547a commit cafc770
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 7 deletions.
4 changes: 2 additions & 2 deletions manifest.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
{
"id": "easy-bake",
"name": "Easy Bake",
"version": "1.0.0",
"version": "1.0.1",
"minAppVersion": "0.15.0",
"description": "Compile linked and embedded notes into a single file",
"author": "mgmeyers",
"authorUrl": "https://github.com/mgmeyers/obsidian-easy-bake",
"fundingUrl": "https://www.buymeacoffee.com/mgme",
"isDesktopOnly": false
}
}
7 changes: 4 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "obsidian-sample-plugin",
"version": "1.0.0",
"version": "1.0.1",
"description": "This is a sample plugin for Obsidian (https://obsidian.md)",
"main": "main.js",
"scripts": {
Expand All @@ -9,11 +9,12 @@
"lint": "eslint ./src",
"lint:fix": "eslint ./src/**/* --fix",
"prettier": "prettier --write \"./src/**/*.{ts,tsx}\"",
"clean": "yarn prettier && yarn lint:fix"
"clean": "yarn prettier && yarn lint:fix",
"bump": "node version-bump.mjs && git add manifest.json versions.json"
},
"keywords": [],
"author": "",
"license": "GPL",
"license": "GPL-3.0-or-later",
"devDependencies": {
"@trivago/prettier-plugin-sort-imports": "4.2.0",
"@types/node": "^16.11.6",
Expand Down
5 changes: 3 additions & 2 deletions versions.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
{
"1.0.0": "0.15.0"
}
"1.0.0": "0.15.0",
"1.0.1": "0.15.0"
}

0 comments on commit cafc770

Please sign in to comment.