Skip to content

Commit ffe0c72

Browse files
author
Philipp Heckel
committed
Bump version
1 parent 5213603 commit ffe0c72

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

README.md

+5-5
Original file line numberDiff line numberDiff line change
@@ -137,13 +137,13 @@ sudo apt install ntfy
137137
**Debian/Ubuntu** (*manual install*)**:**
138138
```bash
139139
sudo apt install tmux
140-
wget https://github.com/binwiederhier/ntfy/releases/download/v1.3.0/ntfy_1.3.0_amd64.deb
141-
dpkg -i ntfy_1.3.0_amd64.deb
140+
wget https://github.com/binwiederhier/ntfy/releases/download/v1.4.0/ntfy_1.3.0_amd64.deb
141+
dpkg -i ntfy_1.4.0_amd64.deb
142142
```
143143

144144
**Fedora/RHEL/CentOS:**
145145
```bash
146-
rpm -ivh https://github.com/binwiederhier/ntfy/releases/download/v1.3.0/ntfy_1.3.0_amd64.rpm
146+
rpm -ivh https://github.com/binwiederhier/ntfy/releases/download/v1.4.0/ntfy_1.3.0_amd64.rpm
147147
```
148148

149149
**Docker:**
@@ -158,8 +158,8 @@ go get -u heckel.io/ntfy
158158

159159
**Manual install** (*any x86_64-based Linux*)**:**
160160
```bash
161-
wget https://github.com/binwiederhier/ntfy/releases/download/v1.3.0/ntfy_1.3.0_linux_x86_64.tar.gz
162-
sudo tar -C /usr/bin -zxf ntfy_1.3.0_linux_x86_64.tar.gz ntfy
161+
wget https://github.com/binwiederhier/ntfy/releases/download/v1.4.0/ntfy_1.3.0_linux_x86_64.tar.gz
162+
sudo tar -C /usr/bin -zxf ntfy_1.4.0_linux_x86_64.tar.gz ntfy
163163
./ntfy
164164
```
165165

0 commit comments

Comments
 (0)