diff --git a/api/handshake.js b/api/handshake.js index d77d0ac..a7891a5 100644 --- a/api/handshake.js +++ b/api/handshake.js @@ -1,8 +1,6 @@ const __DEBUG__=1, - __APP_VERSION__='v1.0a1', - __APP_INTRO__='\n' + - '
  • We can actively detect the connection status now!
  • \n' + - '
    '; + __APP_VERSION__='v0.1.1a', + __APP_INTRO__='We can display a real-looking polyline when you select locations on the map!'; export default function handler(req,res){ res.status(200).json({ diff --git a/package.json b/package.json index 8466795..e4abd68 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "nanomap", - "version": "0.1.0", + "version": "0.1.1", "private": true, "dependencies": { "@emotion/react": "^11.11.1",