diff --git a/package.json b/package.json index 8fd947c..d7ab3c3 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "neso", - "version": "1.0", + "version": "1.1", "private": true, "scripts": { "dev": "vite dev", diff --git a/src/lib/utils.js b/src/lib/utils.js index 1150471..549489a 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.0"; \ No newline at end of file +export const _VERSION = "1.1"; \ No newline at end of file