This commit is contained in:
L7Cy 2023-06-24 09:12:56 +09:00
parent 512bc08d93
commit 669e5ef9a5
3 changed files with 4 additions and 3 deletions

View file

@ -1,7 +1,7 @@
{ {
"id": "dynamic-timetable", "id": "dynamic-timetable",
"name": "Dynamic Timetable", "name": "Dynamic Timetable",
"version": "1.5.1", "version": "1.6.0",
"minAppVersion": "1.2.8", "minAppVersion": "1.2.8",
"description": "Calculate the estimated time of completion from the estimated time of the task and dynamically create a timetable.", "description": "Calculate the estimated time of completion from the estimated time of the task and dynamically create a timetable.",
"author": "L7Cy", "author": "L7Cy",

View file

@ -1,7 +1,7 @@
{ {
"id": "dynamic-timetable", "id": "dynamic-timetable",
"name": "Dynamic Timetable", "name": "Dynamic Timetable",
"version": "1.5.1", "version": "1.6.0",
"minAppVersion": "1.2.8", "minAppVersion": "1.2.8",
"description": "Calculate the estimated time of completion from the estimated time of the task and dynamically create a timetable.", "description": "Calculate the estimated time of completion from the estimated time of the task and dynamically create a timetable.",
"author": "L7Cy", "author": "L7Cy",

View file

@ -9,5 +9,6 @@
"1.3.6": "1.1.16", "1.3.6": "1.1.16",
"1.4.0": "1.2.8", "1.4.0": "1.2.8",
"1.5.0": "1.2.8", "1.5.0": "1.2.8",
"1.5.1": "1.2.8" "1.5.1": "1.2.8",
"1.6.0": "1.2.8"
} }