Skip to content

Commit

Permalink
-> v1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
paulinek13 committed Dec 21, 2023
1 parent 68c4ea9 commit 737444f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "neso",
"version": "1.0",
"version": "1.1",
"private": true,
"scripts": {
"dev": "vite dev",
Expand Down
2 changes: 1 addition & 1 deletion src/lib/utils.js
Original file line number Diff line number Diff line change
Expand Up @@ -30,4 +30,4 @@ export function today() {
return ({ year: `${year}`, month: `${month}`, day: `${day}`, full: `${year}-${month}-${day}` });
}

export const _VERSION = "1.0";
export const _VERSION = "1.1";

0 comments on commit 737444f

Please sign in to comment.