From 84ae151847bd33444d9ebcbce5f19ba0aa3585eb Mon Sep 17 00:00:00 2001 From: Chris Carey Date: Sat, 10 Aug 2019 11:40:19 -0700 Subject: [PATCH] Bump version for v0.4.2 --- README.md | 8 ++++---- src/components/Base.jsx | 4 ++-- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 384bf5a..1b8e6c5 100644 --- a/README.md +++ b/README.md @@ -39,11 +39,11 @@ Installing NagiosTV ------------- - Download the latest NagiosTV tar.gz release from https://github.com/chriscareycode/nagiostv-react/releases ```console -$ wget https://github.com/chriscareycode/nagiostv-react/releases/download/v0.4.1/nagiostv-0.4.1.tar.gz +$ wget https://github.com/chriscareycode/nagiostv-react/releases/download/v0.4.2/nagiostv-0.4.2.tar.gz ``` - Extract the NagiosTV release using tar. This will create a nagiostv/ folder. ```console -$ tar xvfz nagiostv-0.4.1.tar.gz +$ tar xvfz nagiostv-0.4.2.tar.gz ``` - We're going to host the NagiosTV folder from the built-in Nagios web ui. Copy/Move the nagiostv/ folder into your Nagios web ui folder. For Nagios Core 4 the Nagios web ui folder might be at `/usr/local/nagios/share/` or `/usr/nagios/share/`. Nagios XI might be at `/var/www/html`. ```console @@ -72,8 +72,8 @@ Then pretty much the same process as above. Download and overwrite the nagiostv Remember your web ui destination folder `/usr/local/nagios/share/nagiostv/` may vary depending on your Nagios install. You can do it on the box with: ```console -$ wget https://github.com/chriscareycode/nagiostv-react/releases/download/v0.4.1/nagiostv-0.4.1.tar.gz -$ tar xvfz nagiostv-0.4.1.tar.gz +$ wget https://github.com/chriscareycode/nagiostv-react/releases/download/v0.4.2/nagiostv-0.4.2.tar.gz +$ tar xvfz nagiostv-0.4.2.tar.gz $ sudo cp -r nagiostv/* /usr/local/nagios/share/nagiostv/ ``` diff --git a/src/components/Base.jsx b/src/components/Base.jsx index 6613b90..1aafbe2 100644 --- a/src/components/Base.jsx +++ b/src/components/Base.jsx @@ -33,8 +33,8 @@ class Base extends Component { state = { showSettings: false, - currentVersion: 32, - currentVersionString: '0.4.1', + currentVersion: 33, + currentVersionString: '0.4.2', latestVersion: 0, latestVersionString: '', lastVersionCheckTime: 0,