chore: bump version

This commit is contained in:
arielherself 2023-11-27 08:50:34 +08:00
parent 881be276d1
commit 80278d4c21
2 changed files with 3 additions and 5 deletions

View File

@ -1,8 +1,6 @@
const __DEBUG__=1,
__APP_VERSION__='v1.0a1',
__APP_INTRO__='<list>\n' +
' <li>We can actively detect the connection status now!</li>\n' +
'</list>';
__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({

View File

@ -1,6 +1,6 @@
{
"name": "nanomap",
"version": "0.1.0",
"version": "0.1.1",
"private": true,
"dependencies": {
"@emotion/react": "^11.11.1",