diff --git a/backend/config/version b/backend/config/version index fa3de586..afaf360d 100644 --- a/backend/config/version +++ b/backend/config/version @@ -1 +1 @@ -0.0.5 \ No newline at end of file +1.0.0 \ No newline at end of file diff --git a/frontend/package.json b/frontend/package.json index aeba5682..36eb24c3 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -1,6 +1,6 @@ { "name": "frontend", - "version": "0.0.0", + "version": "1.0.0", "private": true, "scripts": { "dev": "vite --host",