From 737444fa5ed1e666fb49e6a6408f5f8b859672c3 Mon Sep 17 00:00:00 2001 From: paulinek13 Date: Thu, 21 Dec 2023 14:37:10 +0100 Subject: [PATCH] -> v1.1 --- package.json | 2 +- src/lib/utils.js | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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