chore: bump version
This commit is contained in:
parent
6eea996afb
commit
8b4d5b7595
|
@ -5,9 +5,7 @@
|
||||||
</component>
|
</component>
|
||||||
<component name="ChangeListManager">
|
<component name="ChangeListManager">
|
||||||
<list default="true" id="3c7078e7-6f30-4d92-9696-11496f9e6dff" name="Changes" comment="">
|
<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$/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>
|
</list>
|
||||||
<option name="SHOW_DIALOG" value="false" />
|
<option name="SHOW_DIALOG" value="false" />
|
||||||
<option name="HIGHLIGHT_CONFLICTS" value="true" />
|
<option name="HIGHLIGHT_CONFLICTS" value="true" />
|
||||||
|
@ -82,7 +80,7 @@
|
||||||
<workItem from="1700822693197" duration="9493000" />
|
<workItem from="1700822693197" duration="9493000" />
|
||||||
<workItem from="1701004587189" duration="3578000" />
|
<workItem from="1701004587189" duration="3578000" />
|
||||||
<workItem from="1701042611758" duration="10222000" />
|
<workItem from="1701042611758" duration="10222000" />
|
||||||
<workItem from="1701056208994" duration="4693000" />
|
<workItem from="1701056208994" duration="5048000" />
|
||||||
</task>
|
</task>
|
||||||
<servers />
|
<servers />
|
||||||
</component>
|
</component>
|
||||||
|
|
|
@ -1,9 +1,11 @@
|
||||||
const __DEBUG__=1,
|
const __DEBUG__=1,
|
||||||
__APP_VERSION__='v0.1.2a',
|
__APP_VERSION__='v0.1.2a',
|
||||||
__APP_INTRO__=`
|
__APP_INTRO__=`
|
||||||
<b>Relocating Support</b><br>
|
<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><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>
|
||||||
<i>This update also include several stability and UI improvements.</i>
|
<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){
|
export default function handler(req,res){
|
||||||
|
|
Loading…
Reference in New Issue