Skip to content

Commit

Permalink
bump 2.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jgresham committed Mar 15, 2023
1 parent 1a1667b commit cb539c8
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 5 deletions.
5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "nice-node",
"version": "2.3.0-alpha",
"version": "2.4.0-alpha",
"description": "Run a node, just press start",
"productName": "NiceNode",
"main": "./src/main/main.ts",
Expand Down Expand Up @@ -101,6 +101,7 @@
"extraResources": [
"./assets/**"
],
"beforePack" : " ",
"publish": [
{
"provider": "github",
Expand Down Expand Up @@ -280,7 +281,7 @@
"webpack-merge": "^5.8.0"
},
"dependencies": {
"@reduxjs/toolkit": "^1.9.3",
"@reduxjs/toolkit": "^1.9.1",
"@sentry/electron": "^4.1.2",
"@sentry/integrations": "^7.23.0",
"@vanilla-extract/css": "^1.9.3",
Expand Down
4 changes: 2 additions & 2 deletions release/app/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 release/app/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "nice-node",
"version": "2.3.0-alpha",
"version": "2.4.0-alpha",
"description": "Run a node, just press start",
"productName": "NiceNode",
"main": "./dist/main/main.js",
Expand Down

0 comments on commit cb539c8

Please sign in to comment.