Browse Source

Bump version to 0.6.2.

pull/3202/head
TheGoddessInari 4 years ago
parent
commit
323503be7f
No known key found for this signature in database
GPG Key ID: 1209B1B7632D69A
  1. 2
      README.md
  2. 6
      package-lock.json
  3. 2
      package.json

2
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. <!-- omit in toc -->
##### 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. <!-- omit in toc -->
###### Logo designed by [Andriy Yurchenko](http://andyur.com/). <!-- omit in toc -->

6
package-lock.json generated

@ -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",

2
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,

Loading…
Cancel
Save