Skip to content

Commit

Permalink
Merge pull request #674 from w3bdesign/develop
Browse files Browse the repository at this point in the history
Version 0.4.1
  • Loading branch information
w3bdesign authored Jul 12, 2023
2 parents 38d68f4 + 70b4e72 commit 7845f7f
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
![version](https://img.shields.io/badge/version-0.4.0-blue)
![version](https://img.shields.io/badge/version-0.4.1-blue)
![React](https://img.shields.io/badge/React-18.2.0-success)
![Next.js](https://img.shields.io/badge/Next.js-13.4.1-success)
![TypeScript](https://img.shields.io/badge/TypeScript-5.0.4-success)
Expand Down
6 changes: 3 additions & 3 deletions game/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions game/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "earthdoom-game",
"version": "0.4.0",
"version": "0.4.1",
"private": true,
"scripts": {
"build": "next build",
Expand All @@ -13,7 +13,7 @@
"refresh": "rm -rf node_modules && rm package-lock.json && npm i && npm run format"
},
"dependencies": {
"@clerk/nextjs": "^4.21.14",
"@clerk/nextjs": "^4.21.15",
"@next-auth/prisma-adapter": "^1.0.7",
"@prisma/client": "^5.0.0",
"prisma": "^5.0.0",
Expand Down

1 comment on commit 7845f7f

@vercel
Copy link

@vercel vercel bot commented on 7845f7f Jul 12, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Deployment failed with the following error:

Resource is limited - try again in 30 minutes (more than 100, code: "api-deployments-free-per-day").

Please sign in to comment.