chore: bump version

This commit is contained in:
arielherself 2023-11-27 13:01:46 +08:00
parent 6eea996afb
commit 8b4d5b7595
2 changed files with 6 additions and 6 deletions

View File

@ -5,9 +5,7 @@
</component>
<component name="ChangeListManager">
<list default="true" id="3c7078e7-6f30-4d92-9696-11496f9e6dff" name="Changes" comment="">
<change beforePath="$PROJECT_DIR$/.idea/workspace.xml" beforeDir="false" afterPath="$PROJECT_DIR$/.idea/workspace.xml" afterDir="false" />
<change beforePath="$PROJECT_DIR$/api/handshake.js" beforeDir="false" afterPath="$PROJECT_DIR$/api/handshake.js" afterDir="false" />
<change beforePath="$PROJECT_DIR$/src/App.js" beforeDir="false" afterPath="$PROJECT_DIR$/src/App.js" afterDir="false" />
</list>
<option name="SHOW_DIALOG" value="false" />
<option name="HIGHLIGHT_CONFLICTS" value="true" />
@ -82,7 +80,7 @@
<workItem from="1700822693197" duration="9493000" />
<workItem from="1701004587189" duration="3578000" />
<workItem from="1701042611758" duration="10222000" />
<workItem from="1701056208994" duration="4693000" />
<workItem from="1701056208994" duration="5048000" />
</task>
<servers />
</component>

View File

@ -1,9 +1,11 @@
const __DEBUG__=1,
__APP_VERSION__='v0.1.2a',
__APP_INTRO__=`
<b>Relocating Support</b><br>
Can't find where you are from? We now memorize the last location you visited. Tap the "Relocate" button to find your way home.<br><br>
<i>This update also include several stability and UI improvements.</i>
<b>Relocating Support</b>
Can't find where you are from? We now memorize the last location you visited. Tap the "Relocate" button to find your way home.<br>
<b>Nearby Search</b>
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.
<i>This update also includes several stability and UI improvements.</i>
`;
export default function handler(req,res){