From aae6df3269f1d24171e7443ceaf87bdb73724735 Mon Sep 17 00:00:00 2001 From: arielherself Date: Sat, 30 Dec 2023 11:15:22 +0800 Subject: [PATCH] chore: bump version --- PublicProperty.js | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/PublicProperty.js b/PublicProperty.js index 5d094a9..5714fd2 100644 --- a/PublicProperty.js +++ b/PublicProperty.js @@ -1,11 +1,13 @@ // no dependencies -export const __DEBUG__ = 1; -export const __APP_VERSION__ = 'v0.3.0a'; +export const __DEBUG__ = 0; +export const __APP_VERSION__ = 'v0.3.1-beta'; export const __APP_INTRO__ = ` Algorithm improvement.
Our new routing solution is based on the Obvious A-Star algorithm now, with 2~10x faster speed in calculations.
Support concatenating paths.
You can add points sequentially on the map.
+Clear the map.
+Clear all markers with one click.
`; \ No newline at end of file