Skip to content

Commit

Permalink
0.1.31
Browse files Browse the repository at this point in the history
  • Loading branch information
aldahick committed Oct 7, 2023
1 parent badc89d commit cff79de
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.30",
"version": "0.1.31",
"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.30",
"version": "0.1.31",
"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.30",
"version": "0.1.31",
"description": "Personal web frontend",
"scripts": {
"dev": "vite",
Expand Down

0 comments on commit cff79de

Please sign in to comment.