diff --git a/manifest-beta.json b/manifest-beta.json index a2b2c4c..7b0f878 100644 --- a/manifest-beta.json +++ b/manifest-beta.json @@ -1,7 +1,7 @@ { "id": "dynamic-timetable", "name": "Dynamic Timetable", - "version": "1.5.1", + "version": "1.6.0", "minAppVersion": "1.2.8", "description": "Calculate the estimated time of completion from the estimated time of the task and dynamically create a timetable.", "author": "L7Cy", diff --git a/manifest.json b/manifest.json index a2b2c4c..7b0f878 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "dynamic-timetable", "name": "Dynamic Timetable", - "version": "1.5.1", + "version": "1.6.0", "minAppVersion": "1.2.8", "description": "Calculate the estimated time of completion from the estimated time of the task and dynamically create a timetable.", "author": "L7Cy", diff --git a/versions.json b/versions.json index 2c37915..565ee4f 100644 --- a/versions.json +++ b/versions.json @@ -9,5 +9,6 @@ "1.3.6": "1.1.16", "1.4.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" }