Skip to content

Commit

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

0 comments on commit 2fff054

Please sign in to comment.