Skip to content

Commit

Permalink
0.1.22
Browse files Browse the repository at this point in the history
  • Loading branch information
aldahick committed Sep 10, 2023
1 parent 15ccf53 commit 1f788ab
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion api/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@aldahick/rex-api",
"version": "0.1.21",
"version": "0.1.22",
"description": "Personal API server",
"main": "dist/main.js",
"type": "module",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@aldahick/rex",
"license": "MIT",
"private": true,
"version": "0.1.21",
"version": "0.1.22",
"scripts": {
"generate": "bash scripts/generate.sh",
"version": "bash scripts/version.sh",
Expand Down
2 changes: 1 addition & 1 deletion web/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@aldahick/rex-web",
"version": "0.1.21",
"version": "0.1.22",
"description": "Personal web frontend",
"scripts": {
"dev": "vite",
Expand Down

0 comments on commit 1f788ab

Please sign in to comment.