Skip to content

Commit

Permalink
Production release
Browse files Browse the repository at this point in the history
  • Loading branch information
radulescuandrew committed Oct 24, 2024
1 parent 2fa09ae commit 64721e9
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion backend/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "backend",
"version": "0.0.1",
"version": "1.1.0",
"description": "",
"author": "",
"private": true,
Expand Down
2 changes: 1 addition & 1 deletion frontend/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "frontend",
"version": "0.1.0",
"version": "1.1.0",
"private": true,
"dependencies": {
"@headlessui/react": "^2.1.1",
Expand Down
2 changes: 1 addition & 1 deletion frontend/src/common/constants/version.constants.ts
Original file line number Diff line number Diff line change
@@ -1 +1 @@
export const FRONTEND_VERSION = 'v0.1.2';
export const FRONTEND_VERSION = 'v1.1.0';

0 comments on commit 64721e9

Please sign in to comment.