From 5e5f1243b7ed86b916495cba6e3421041b0b37e8 Mon Sep 17 00:00:00 2001 From: vti Date: Thu, 22 Sep 2022 08:10:37 +0200 Subject: [PATCH] Version 0.4.3 --- README.md | 8 ++++---- package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index a72d9cb..1ebf5de 100644 --- a/README.md +++ b/README.md @@ -21,9 +21,9 @@ insights and hidden features. The easiest way to install it is to download a pre-built release zip-file for your Operating System: -- [Windows](https://github.com/vti/elemntary/releases/download/v0.4.2/elemntary-win32-x64-0.4.2.zip) (application is not signed, you might need to add a security exception) -- [MacOS](https://github.com/vti/elemntary/releases/download/v0.4.2/elemntary-darwin-x64-0.4.2.zip) (application is not signed, you might need to add a security exception) -- [Linux](https://github.com/vti/elemntary/releases/download/v0.4.2/elemntary-linux-x64-0.4.2.zip) +- [Windows](https://github.com/vti/elemntary/releases/download/v0.4.3/elemntary-win32-x64-0.4.3.zip) (application is not signed, you might need to add a security exception) +- [MacOS](https://github.com/vti/elemntary/releases/download/v0.4.3/elemntary-darwin-x64-0.4.3.zip) (application is not signed, you might need to add a security exception) +- [Linux](https://github.com/vti/elemntary/releases/download/v0.4.3/elemntary-linux-x64-0.4.3.zip) ## Usage @@ -100,4 +100,4 @@ Viacheslav Tykhanovskyi (vti AT uptosmth.com) Copyright (C) 2022, Viacheslav Tykhanovskyi This program is free software, you can redistribute it and/or modify it under the terms of the GNU GENERAL PUBLIC -LICENSE v3 or later. See LICENSE file for details. \ No newline at end of file +LICENSE v3 or later. See LICENSE file for details. diff --git a/package.json b/package.json index dd71eb1..d3debfc 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "elemntary", - "version": "0.4.3-unstable", + "version": "0.4.3", "description": "Wahoo Missing Configuration GUI App", "main": "src/electron/main.js", "author": "Viacheslav Tykhanovskyi",