Skip to content

Commit a5f2a65

Browse files
authored
Merge pull request #281 from EATSTEAK/chore/0.10.3
[chore] 0.10.3
2 parents bd87553 + 89099ab commit a5f2a65

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "lockerweb",
3-
"version": "0.10.2",
3+
"version": "0.10.3",
44
"description": "SSU IT Collage Locker system.",
55
"private": true,
66
"scripts": {

packages/client/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "client",
3-
"version": "0.10.2",
3+
"version": "0.10.3",
44
"scripts": {
55
"dev": "cross-env VITE_BASE_URL=http://localhost:3000 vite dev --port 5002 --host 0.0.0.0",
66
"build": "vite build",

packages/server/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "server",
3-
"version": "0.10.2",
3+
"version": "0.10.3",
44
"description": "Backend Lambda script for lockerweb",
55
"license": "MIT",
66
"scripts": {

packages/types/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@types/lockerweb",
3-
"version": "0.10.2",
3+
"version": "0.10.3",
44
"types": "index.d.ts",
55
"license": "MIT",
66
"dependencies": {

0 commit comments

Comments
 (0)