chore: bump version
This commit is contained in:
parent
881be276d1
commit
80278d4c21
|
@ -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({
|
||||||
|
|
|
@ -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",
|
||||||
|
|
Loading…
Reference in New Issue