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