mirror of
https://github.com/jheddings/obsidian-stomp.git
synced 2026-07-22 06:44:59 +00:00
obsidian-stomp-0.7.2
This commit is contained in:
parent
65514fb198
commit
056c3d96bd
4 changed files with 6 additions and 5 deletions
|
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"id": "stomp",
|
||||
"name": "Stomp",
|
||||
"version": "0.7.1",
|
||||
"version": "0.7.2",
|
||||
"minAppVersion": "1.0.0",
|
||||
"description": "Integrated support for foot-pedals in Reading View.",
|
||||
"author": "Jason Heddings",
|
||||
|
|
|
|||
4
package-lock.json
generated
4
package-lock.json
generated
|
|
@ -1,12 +1,12 @@
|
|||
{
|
||||
"name": "obsidian-stomp-plugin",
|
||||
"version": "0.7.1",
|
||||
"version": "0.7.2",
|
||||
"lockfileVersion": 3,
|
||||
"requires": true,
|
||||
"packages": {
|
||||
"": {
|
||||
"name": "obsidian-stomp-plugin",
|
||||
"version": "0.7.1",
|
||||
"version": "0.7.2",
|
||||
"license": "MIT",
|
||||
"dependencies": {
|
||||
"obskit": "^2.0.0"
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "obsidian-stomp-plugin",
|
||||
"version": "0.7.1",
|
||||
"version": "0.7.2",
|
||||
"description": "Obsidian plugin for foot pedal integration",
|
||||
"author": "Jason Heddings",
|
||||
"license": "MIT",
|
||||
|
|
|
|||
|
|
@ -16,5 +16,6 @@
|
|||
"0.6.1": "1.0.0",
|
||||
"0.6.2": "1.0.0",
|
||||
"0.7.0": "1.0.0",
|
||||
"0.7.1": "1.0.0"
|
||||
"0.7.1": "1.0.0",
|
||||
"0.7.2": "1.0.0"
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue