Skip to content

Commit

Permalink
chore: fix version
Browse files Browse the repository at this point in the history
  • Loading branch information
K4ST0R committed Aug 21, 2024
1 parent d2f2fa0 commit 3aac9eb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion server/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "server",
"version": "1.0.0",
"version": "0.0.1",
"repository": "https://github.com/mission-apprentissage/c-est-qui-le-pro.git",
"private": false,
"module": "src/index.js",
Expand Down
2 changes: 1 addition & 1 deletion ui/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ui",
"version": "1.0.0",
"version": "0.0.1",
"private": true,
"scripts": {
"dev": "yarn predev && NEXT_PUBLIC_VERSION=$npm_package_version next dev",
Expand Down

0 comments on commit 3aac9eb

Please sign in to comment.