diff --git a/VERSION b/VERSION index f88cf52..359a5b9 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -1.13.0 \ No newline at end of file +2.0.0 \ No newline at end of file diff --git a/frontend/package-lock.json b/frontend/package-lock.json index bafecf0..83369c6 100644 --- a/frontend/package-lock.json +++ b/frontend/package-lock.json @@ -1,6 +1,6 @@ { "name": "frontend", - "version": "1.13.0", + "version": "2.0.0", "lockfileVersion": 3, "requires": true, "packages": { diff --git a/frontend/package.json b/frontend/package.json index b45d482..baee800 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -1,7 +1,7 @@ { "name": "frontend", "private": true, - "version": "1.13.0", + "version": "2.0.0", "type": "module", "scripts": { "dev": "vite",