Skip to content

Commit

Permalink
bump version to v2.2.3
Browse files Browse the repository at this point in the history
  • Loading branch information
pk910 committed Jun 8, 2024
1 parent 9951e28 commit bec34e8
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions faucet-client/package-lock.json

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

2 changes: 1 addition & 1 deletion faucet-client/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@powfaucet/client",
"version": "2.2.2",
"version": "2.2.3",
"description": "PoW Faucet Client",
"scripts": {
"bundle": "webpack",
Expand Down
6 changes: 3 additions & 3 deletions 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 package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@powfaucet/server",
"version": "2.2.2",
"version": "2.2.3",
"description": "PoW Faucet Server",
"main": "dist/app.js",
"bin": "bundle/powfaucet.cjs",
Expand Down Expand Up @@ -69,7 +69,7 @@
"hcaptcha": "^0.1.1",
"html-entities": "^2.5.2",
"json-bigint": "^1.0.0",
"mysql2": "^3.9.2",
"mysql2": "^3.10.0",
"node-fetch": "^3.3.2",
"randombytes": "^2.1.0",
"tiny-typed-emitter": "^2.1.0",
Expand Down

0 comments on commit bec34e8

Please sign in to comment.