diff --git a/README.md b/README.md index 8db629b5..5b93791b 100644 --- a/README.md +++ b/README.md @@ -26,7 +26,7 @@ [dependencies]: https://img.shields.io/david/TheGoddessInari/hamsket.svg [dev-dependencies]: https://img.shields.io/david/dev/TheGoddessInari/hamsket.svg -##### Nightly build artifacts are available in Windows ([Win64](https://github.com/TheGoddessInari/hamsket/releases/download/nightly/Hamsket.Setup.0.6.1.exe)), Mac ([DMG](https://github.com/TheGoddessInari/hamsket/releases/download/nightly/Hamsket-0.6.1.dmg) / [App](https://github.com/TheGoddessInari/hamsket/releases/download/nightly/Hamsket-0.6.1-mac.zip)), and Linux ([AppImage64](https://github.com/TheGoddessInari/hamsket/releases/download/nightly/Hamsket-0.6.1.AppImage) / [RPM64](https://github.com/TheGoddessInari/hamsket/releases/download/nightly/Hamsket-0.6.1.x86_64.rpm) / [DEB64](https://github.com/TheGoddessInari/hamsket/releases/download/nightly/Hamsket_0.6.1_amd64.deb) / [Tarball64](https://github.com/TheGoddessInari/hamsket/releases/download/nightly/Hamsket-0.6.1.tar.gz)) packaging flavors. +##### Nightly build artifacts are available in Windows ([Win64](https://github.com/TheGoddessInari/hamsket/releases/download/nightly/Hamsket.Setup.0.6.2.exe)), Mac ([DMG](https://github.com/TheGoddessInari/hamsket/releases/download/nightly/Hamsket-0.6.2.dmg) / [App](https://github.com/TheGoddessInari/hamsket/releases/download/nightly/Hamsket-0.6.2-mac.zip)), and Linux ([AppImage64](https://github.com/TheGoddessInari/hamsket/releases/download/nightly/Hamsket-0.6.2.AppImage) / [RPM64](https://github.com/TheGoddessInari/hamsket/releases/download/nightly/Hamsket-0.6.2.x86_64.rpm) / [DEB64](https://github.com/TheGoddessInari/hamsket/releases/download/nightly/Hamsket_0.6.2_amd64.deb) / [Tarball64](https://github.com/TheGoddessInari/hamsket/releases/download/nightly/Hamsket-0.6.2.tar.gz)) packaging flavors. ###### Logo designed by [Andriy Yurchenko](http://andyur.com/). diff --git a/package-lock.json b/package-lock.json index 085b6db0..6d444bda 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,16 +1,16 @@ { "name": "hamsket", - "version": "0.6.1", + "version": "0.6.2", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "hamsket", - "version": "0.6.1", + "version": "0.6.2", "license": "GPL-3.0", "dependencies": { "auto-launch": "^5.0.5", - "electron-context-menu": "^2.3.0", + "electron-context-menu": "^2.2.0", "electron-is-dev": "^1.1.0", "electron-store": "^5.0.0", "mime": "^2.4.4", diff --git a/package.json b/package.json index eb3243b1..ab120465 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "hamsket", "productName": "Hamsket", - "version": "0.6.1", + "version": "0.6.2", "description": "Hamsket", "main": "electron/main.js", "private": true,