chore: bump version
This commit is contained in:
parent
881be276d1
commit
80278d4c21
|
@ -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({
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "nanomap",
|
||||
"version": "0.1.0",
|
||||
"version": "0.1.1",
|
||||
"private": true,
|
||||
"dependencies": {
|
||||
"@emotion/react": "^11.11.1",
|
||||
|
|
Loading…
Reference in New Issue