From 6c4923bf54fb3ee4a447c1dfea4894a9a5a01773 Mon Sep 17 00:00:00 2001 From: arielherself Date: Wed, 27 Dec 2023 17:17:08 +0800 Subject: [PATCH] chore: bump version --- .idea/workspace.xml | 6 +++++- PublicProperty.js | 6 +++--- 2 files changed, 8 insertions(+), 4 deletions(-) diff --git a/.idea/workspace.xml b/.idea/workspace.xml index d66ac80..cfbe9c4 100644 --- a/.idea/workspace.xml +++ b/.idea/workspace.xml @@ -5,7 +5,11 @@ + + + + diff --git a/PublicProperty.js b/PublicProperty.js index 0b0bceb..5d5b69d 100644 --- a/PublicProperty.js +++ b/PublicProperty.js @@ -1,9 +1,9 @@ // no dependencies export const __DEBUG__ = 1; -export const __APP_VERSION__ = 'v0.1.4a'; +export const __APP_VERSION__ = 'v0.2.0a'; export const __APP_INTRO__ = ` -Right way to follow.
-In this update you can find a shortest route for any given start and destination.
+Algorithm improvement.
+We are introducing a new pre-processing method called Obvious in this version.
`; \ No newline at end of file