Skip to content

Commit

Permalink
-> 2.0-alpha
Browse files Browse the repository at this point in the history
  • Loading branch information
paulinek13 committed Dec 31, 2023
1 parent 12d688c commit 0a263e5
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.1",
"version": "2.0-alpha",
"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.1";
export const _VERSION = "2.0-alpha";

0 comments on commit 0a263e5

Please sign in to comment.