bump bersion

This commit is contained in:
Pas 2025-05-17 19:54:53 -06:00
parent 0cacd84da7
commit fc31e82ad7
2 changed files with 4 additions and 1 deletions

View file

@ -1,5 +1,6 @@
{
"private": true,
"version": "2.0.1",
"scripts": {
"build": "nitro build",
"dev": "nitro dev",

View file

@ -1 +1,3 @@
export const version = '2.0.0';
import { version } from '../../package.json';
export { version };