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