Skip to content

Commit

Permalink
Release version 2.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
c2d7fa committed Jun 6, 2022
1 parent 622ceb0 commit 59a0786
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion app/package.json
@@ -1,6 +1,6 @@
{
"name": "nextool-app",
"version": "1.5.0",
"version": "1.6.0",
"main": "dist/index.js",
"files": [
"dist"
Expand Down
4 changes: 2 additions & 2 deletions electron/package.json
@@ -1,6 +1,6 @@
{
"name": "nextool",
"version": "2.5.1",
"version": "2.6.0",
"peerDependencies": {
"react": "^18.0.0",
"react-dom": "^18.0.0"
Expand Down Expand Up @@ -45,7 +45,7 @@
}
},
"scripts": {
"postinstall": "cd ../app && npm pack && cd ../electron && npm install --ignore-scripts --no-save ../app/nextool-app-1.5.0.tgz",
"postinstall": "cd ../app && npm pack && cd ../electron && npm install --ignore-scripts --no-save ../app/nextool-app-1.6.0.tgz",
"prepare-build": "npx webpack",
"build-linux": "npm run prepare-build && npx electron-builder --publish=never -l",
"build-windows": "npm run prepare-build && npx electron-builder --publish=never -w",
Expand Down

1 comment on commit 59a0786

@vercel
Copy link

@vercel vercel bot commented on 59a0786 Jun 6, 2022

Choose a reason for hiding this comment

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

Successfully deployed to the following URLs:

nextool – ./

nextool-johv.vercel.app
nextool-website.vercel.app
nextool.app
nextool-git-website-johv.vercel.app

Please sign in to comment.