From 592ea06b50244573b90870c47b86d45f88fa8a4e Mon Sep 17 00:00:00 2001 From: L7Cy Date: Fri, 18 Aug 2023 17:27:34 +0900 Subject: [PATCH] 4.3.1 --- manifest-beta.json | 2 +- manifest.json | 2 +- package.json | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/manifest-beta.json b/manifest-beta.json index abb6060..9543e8c 100644 --- a/manifest-beta.json +++ b/manifest-beta.json @@ -1,7 +1,7 @@ { "id": "dynamic-timetable", "name": "Dynamic Timetable", - "version": "4.3.0", + "version": "4.3.1", "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 abb6060..9543e8c 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "dynamic-timetable", "name": "Dynamic Timetable", - "version": "4.3.0", + "version": "4.3.1", "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/package.json b/package.json index f679d97..919be6b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "dynamic-timetable", - "version": "4.3.0", + "version": "4.3.1", "description": "Calculate the estimated time of completion from the estimated time of the task and dynamically create a timetable.", "main": "main.js", "scripts": {