mirror of
https://github.com/curtgrimes/obsidian-metronome-plugin.git
synced 2026-07-22 06:10:24 +00:00
Release 0.8.1
This commit is contained in:
parent
35f1d46a73
commit
9bd3aca0de
3 changed files with 7 additions and 6 deletions
|
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"id": "obsidian-metronome-plugin",
|
||||
"name": "Metronome",
|
||||
"version": "0.8.0",
|
||||
"version": "0.8.1",
|
||||
"minAppVersion": "0.12.19",
|
||||
"description": "Add interactive metronomes to your notes.",
|
||||
"author": "Curt Grimes",
|
||||
|
|
|
|||
|
|
@ -1,14 +1,14 @@
|
|||
{
|
||||
"name": "obsidian-sample-plugin",
|
||||
"version": "0.12.0",
|
||||
"description": "This is a sample plugin for Obsidian (https://obsidian.md)",
|
||||
"name": "obsidian-metronome-plugin",
|
||||
"version": "0.8.1",
|
||||
"description": "Add interactive metronomes to your notes.",
|
||||
"main": "main.js",
|
||||
"scripts": {
|
||||
"dev": "node esbuild.config.mjs",
|
||||
"build": "node esbuild.config.mjs production"
|
||||
},
|
||||
"keywords": [],
|
||||
"author": "",
|
||||
"author": "Curt Grimes",
|
||||
"license": "MIT",
|
||||
"devDependencies": {
|
||||
"@hkh12/node-calc": "^4.2.1",
|
||||
|
|
|
|||
|
|
@ -9,5 +9,6 @@
|
|||
"0.6.0": "0.12.19",
|
||||
"0.6.1": "0.12.19",
|
||||
"0.7.0": "0.12.19",
|
||||
"0.8.0": "0.12.19"
|
||||
"0.8.0": "0.12.19",
|
||||
"0.8.1": "0.12.19"
|
||||
}
|
||||
Loading…
Reference in a new issue