mirror of
https://github.com/jheddings/obsidian-stomp.git
synced 2026-07-22 06:44:59 +00:00
obsidian-stomp-0.5.4
This commit is contained in:
parent
e2cf469fa0
commit
7a6fa3cba0
4 changed files with 6 additions and 5 deletions
|
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"id": "stomp",
|
||||
"name": "STOMP",
|
||||
"version": "0.5.3",
|
||||
"version": "0.5.4",
|
||||
"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.5.3",
|
||||
"version": "0.5.4",
|
||||
"lockfileVersion": 3,
|
||||
"requires": true,
|
||||
"packages": {
|
||||
"": {
|
||||
"name": "obsidian-stomp-plugin",
|
||||
"version": "0.5.3",
|
||||
"version": "0.5.4",
|
||||
"license": "MIT",
|
||||
"dependencies": {
|
||||
"obskit": "^1.4.1"
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "obsidian-stomp-plugin",
|
||||
"version": "0.5.3",
|
||||
"version": "0.5.4",
|
||||
"description": "Obsidian plugin for foot pedal integration",
|
||||
"author": "Jason Heddings",
|
||||
"license": "MIT",
|
||||
|
|
|
|||
|
|
@ -9,5 +9,6 @@
|
|||
"0.5.0": "1.0.0",
|
||||
"0.5.1": "1.0.0",
|
||||
"0.5.2": "1.0.0",
|
||||
"0.5.3": "1.0.0"
|
||||
"0.5.3": "1.0.0",
|
||||
"0.5.4": "1.0.0"
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue