From 8b4d5b75952fefbad442455f306688870ca6218f Mon Sep 17 00:00:00 2001 From: arielherself Date: Mon, 27 Nov 2023 13:01:46 +0800 Subject: [PATCH] chore: bump version --- .idea/workspace.xml | 4 +--- api/handshake.js | 8 +++++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.idea/workspace.xml b/.idea/workspace.xml index 945bba4..1469e50 100644 --- a/.idea/workspace.xml +++ b/.idea/workspace.xml @@ -5,9 +5,7 @@ - - diff --git a/api/handshake.js b/api/handshake.js index b3af098..5233195 100644 --- a/api/handshake.js +++ b/api/handshake.js @@ -1,9 +1,11 @@ const __DEBUG__=1, __APP_VERSION__='v0.1.2a', __APP_INTRO__=` -Relocating Support
-Can't find where you are from? We now memorize the last location you visited. Tap the "Relocate" button to find your way home.

-This update also include several stability and UI improvements. +Relocating Support +Can't find where you are from? We now memorize the last location you visited. Tap the "Relocate" button to find your way home.
+Nearby Search +You can first locate a general area and schedule detailed travel plan later. Tap the magnifier/gear icon to toggle between Nearby Search mode and Global Search mode. +This update also includes several stability and UI improvements. `; export default function handler(req,res){