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, const __DEBUG__=1,
__APP_VERSION__='v1.0a1', __APP_VERSION__='v0.1.1a',
__APP_INTRO__='<list>\n' + __APP_INTRO__='We can display a real-looking polyline when you select locations on the map!';
' <li>We can actively detect the connection status now!</li>\n' +
'</list>';
export default function handler(req,res){ export default function handler(req,res){
res.status(200).json({ res.status(200).json({

View File

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