diff --git a/package.json b/package.json index bd3ce53..3f782ec 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "neso", - "version": "1.1", + "version": "2.0-alpha", "private": true, "scripts": { "dev": "vite dev", diff --git a/src/lib/utils.js b/src/lib/utils.js index 549489a..a983d43 100644 --- a/src/lib/utils.js +++ b/src/lib/utils.js @@ -30,4 +30,4 @@ export function today() { return ({ year: `${year}`, month: `${month}`, day: `${day}`, full: `${year}-${month}-${day}` }); } -export const _VERSION = "1.1"; \ No newline at end of file +export const _VERSION = "2.0-alpha"; \ No newline at end of file