Skip to content

Commit

Permalink
chore: 서비스 릴리즈 버젼 업(1.0.2)
Browse files Browse the repository at this point in the history
  • Loading branch information
Twince committed Aug 11, 2023
1 parent 2567516 commit 3e0724f
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "lockerweb",
"version": "1.0.1",
"version": "1.0.2",
"description": "SSU IT Collage Locker system.",
"private": true,
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion packages/client/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "client",
"version": "1.0.1",
"version": "1.0.2",
"scripts": {
"dev": "cross-env VITE_BASE_URL=http://localhost:3000 vite dev --port 5002 --host 0.0.0.0",
"build": "vite build",
Expand Down
2 changes: 1 addition & 1 deletion packages/server/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "server",
"version": "1.0.1",
"version": "1.0.2",
"description": "Backend Lambda script for lockerweb",
"license": "MIT",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion packages/types/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@types/lockerweb",
"version": "1.0.1",
"version": "1.0.2",
"types": "index.d.ts",
"license": "MIT",
"scripts": {
Expand Down

0 comments on commit 3e0724f

Please sign in to comment.