chore: bump version

This commit is contained in:
arielherself 2023-12-27 14:37:38 +08:00
parent 2ffc92fa91
commit 9eb467077e
2 changed files with 2 additions and 2 deletions

View File

@ -1,7 +1,7 @@
// no dependencies // no dependencies
export const __DEBUG__ = 1; export const __DEBUG__ = 1;
export const __APP_VERSION__ = 'v0.1.3a'; export const __APP_VERSION__ = 'v0.1.4a';
export const __APP_INTRO__ = ` export const __APP_INTRO__ = `
<b>Right way to follow.</b><br> <b>Right way to follow.</b><br>

View File

@ -1,6 +1,6 @@
{ {
"name": "nanomap", "name": "nanomap",
"version": "0.1.1", "version": "0.1.4a",
"private": true, "private": true,
"dependencies": { "dependencies": {
"@datastructures-js/priority-queue": "^6.3.0", "@datastructures-js/priority-queue": "^6.3.0",