Skip to content
This repository has been archived by the owner on Jul 21, 2022. It is now read-only.

Commit

Permalink
Bump Version for new Release
Browse files Browse the repository at this point in the history
  • Loading branch information
phibr0 committed Aug 12, 2021
1 parent 3078755 commit a56fb9a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion manifest.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"id": "macro-plugin",
"name": "Macros",
"version": "0.0.1",
"version": "0.1.0",
"minAppVersion": "0.12.11",
"description": "Group multiple Commands into one Macro.",
"author": "phibr0",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"main": "main.js",
"scripts": {
"dev": "esbuild src/main.ts --bundle --external:obsidian --format=cjs --outfile=main.js --watch",
"build": "esbuild src/main.ts --bundle --external:obsidian --format=cjs --outfile=main.js"
"build": "rollup --config rollup.config.js --environment BUILD:production"
},
"keywords": [],
"author": "",
Expand Down

0 comments on commit a56fb9a

Please sign in to comment.