chore: bump version
This commit is contained in:
parent
2ffc92fa91
commit
9eb467077e
|
@ -1,7 +1,7 @@
|
|||
// no dependencies
|
||||
|
||||
export const __DEBUG__ = 1;
|
||||
export const __APP_VERSION__ = 'v0.1.3a';
|
||||
export const __APP_VERSION__ = 'v0.1.4a';
|
||||
|
||||
export const __APP_INTRO__ = `
|
||||
<b>Right way to follow.</b><br>
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "nanomap",
|
||||
"version": "0.1.1",
|
||||
"version": "0.1.4a",
|
||||
"private": true,
|
||||
"dependencies": {
|
||||
"@datastructures-js/priority-queue": "^6.3.0",
|
||||
|
|
Loading…
Reference in New Issue