Skip to content

Commit 3f48702

Browse files
bump version 0.9.11
1 parent 4d7954d commit 3f48702

3 files changed

Lines changed: 7 additions & 7 deletions

File tree

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -46,11 +46,11 @@ Installing NagiosTV
4646
-------------
4747
- Download the latest NagiosTV tar.gz release from https://github.com/chriscareycode/nagiostv-react/releases or you can just copy and paste the command below to get it:
4848
```console
49-
wget https://github.com/chriscareycode/nagiostv-react/releases/download/v0.9.10/nagiostv-0.9.10.tar.gz
49+
wget https://github.com/chriscareycode/nagiostv-react/releases/download/v0.9.11/nagiostv-0.9.11.tar.gz
5050
```
5151
- Extract the NagiosTV release using tar. This will create a nagiostv/ folder.
5252
```console
53-
tar xvfz nagiostv-0.9.10.tar.gz
53+
tar xvfz nagiostv-0.9.11.tar.gz
5454
```
5555
- 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/` or `/usr/local/nagiosxi/html/`.
5656

@@ -104,8 +104,8 @@ Then pretty much the same process as above. Download and overwrite the nagiostv
104104
Remember your web ui destination folder `/usr/local/nagios/share/nagiostv/` may vary depending on your Nagios install.
105105
You can do it on the box with:
106106
```console
107-
wget https://github.com/chriscareycode/nagiostv-react/releases/download/v0.9.10/nagiostv-0.9.10.tar.gz
108-
tar xvfz nagiostv-0.9.10.tar.gz
107+
wget https://github.com/chriscareycode/nagiostv-react/releases/download/v0.9.11/nagiostv-0.9.11.tar.gz
108+
tar xvfz nagiostv-0.9.11.tar.gz
109109
sudo cp -r nagiostv/* /usr/local/nagios/share/nagiostv/
110110
```
111111

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "nagiostv",
3-
"version": "0.9.10",
3+
"version": "0.9.11",
44
"type": "module",
55
"private": true,
66
"homepage": "./",

src/atoms/settingsState.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,8 +43,8 @@ const useFakeSampleData = urlParams.get('fakedata') === 'true' || urlParams.get(
4343

4444
const bigStateInitial: BigState = {
4545

46-
currentVersion: 88, // This gets incremented with each new release (manually)
47-
currentVersionString: '0.9.10', // This gets incremented with each new release (manually)
46+
currentVersion: 89, // This gets incremented with each new release (manually)
47+
currentVersionString: '0.9.11', // This gets incremented with each new release (manually)
4848

4949
latestVersion: 0,
5050
latestVersionString: '',

0 commit comments

Comments
 (0)