Skip to content

Commit

Permalink
version: v1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
EATSTEAK committed Aug 15, 2024
1 parent e22aa71 commit c4ba936
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
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.2",
"version": "1.1.0",
"scripts": {
"dev": "vite dev --port 5002 --host 0.0.0.0",
"build": "cross-env VITE_BASE_URL= 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.2",
"version": "1.1.0",
"type": "module",
"description": "Backend Lambda script for lockerweb",
"license": "MIT",
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.2",
"version": "1.1.0",
"types": "index.d.ts",
"license": "MIT",
"scripts": {
Expand Down

0 comments on commit c4ba936

Please sign in to comment.