mirror of
https://github.com/pdriggett/practice-planner.git
synced 2026-07-22 07:47:14 +00:00
0.1.1
This commit is contained in:
parent
11e01fb0ea
commit
0a53a6dc24
4 changed files with 8 additions and 7 deletions
|
|
@ -1,10 +1,10 @@
|
|||
{
|
||||
"id": "practice-planner",
|
||||
"name": "Weekly Music Practice Planner",
|
||||
"version": "0.1.0",
|
||||
"version": "0.1.1",
|
||||
"minAppVersion": "0.15.0",
|
||||
"description": "Plan and track weekly music practice: per-skill progress by day, plus per-day notes.",
|
||||
"author": "Patrick Driggett",
|
||||
"authorUrl": "",
|
||||
"isDesktopOnly": false
|
||||
}
|
||||
}
|
||||
4
package-lock.json
generated
4
package-lock.json
generated
|
|
@ -1,12 +1,12 @@
|
|||
{
|
||||
"name": "practice-planner",
|
||||
"version": "0.1.0",
|
||||
"version": "0.1.1",
|
||||
"lockfileVersion": 3,
|
||||
"requires": true,
|
||||
"packages": {
|
||||
"": {
|
||||
"name": "practice-planner",
|
||||
"version": "0.1.0",
|
||||
"version": "0.1.1",
|
||||
"license": "MIT",
|
||||
"devDependencies": {
|
||||
"@types/node": "^16.11.6",
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "practice-planner",
|
||||
"version": "0.1.0",
|
||||
"version": "0.1.1",
|
||||
"description": "Weekly Music Practice Planner for Obsidian.",
|
||||
"main": "main.js",
|
||||
"scripts": {
|
||||
|
|
|
|||
|
|
@ -1,3 +1,4 @@
|
|||
{
|
||||
"0.1.0": "0.15.0"
|
||||
}
|
||||
"0.1.0": "0.15.0",
|
||||
"0.1.1": "0.15.0"
|
||||
}
|
||||
Loading…
Reference in a new issue