Skip to content

Commit

Permalink
bump(node): updated node version to 4.2.0 (#1313)
Browse files Browse the repository at this point in the history
* ain 4.2.1

* update lock
  • Loading branch information
canonbrother authored Oct 29, 2024
1 parent eb63a05 commit 24505fe
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 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": "defi-wallet",
"version": "4.1.1",
"version": "4.2.0",
"description": "DeFi Wallet",
"main": "./electron-app/build/electron-app/index.js",
"author": {
Expand All @@ -11,7 +11,7 @@
"homepage": "https://github.com/DeFiCh/app",
"publicPath": "./",
"config": {
"ainVersion": "4.1.0"
"ainVersion": "4.2.1"
},
"scripts": {
"init": "npm ci --force && cd webapp && npm run init",
Expand Down
2 changes: 1 addition & 1 deletion webapp/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 webapp/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "defi-wallet",
"version": "4.1.1",
"version": "4.2.0",
"description": "DeFi Wallet",
"author": {
"name": "DeFiChain Foundation",
Expand Down

0 comments on commit 24505fe

Please sign in to comment.