Skip to content

Commit

Permalink
version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
jens-maus committed Jul 7, 2021
1 parent 197ac99 commit a38c061
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.7
1.8
4 changes: 2 additions & 2 deletions addon/rc.d/hm_pdetect
Original file line number Diff line number Diff line change
Expand Up @@ -61,8 +61,8 @@ case "$1" in

info)
echo "Info: <b>FRITZ!-based Presence Detection Addon</b><br>"
echo "Info: (c) 2015-2020 Jens Maus<br>"
echo "Info: <a href='http://github.com/jens-maus/hm_pdetect'>http://github.com/jens-maus/hm_pdetect</a>"
echo "Info: (c) 2015-2021 Jens Maus<br>"
echo "Info: <a href='https://github.com/homematic-community/hm_pdetect'>https://github.com/homematic-community/hm_pdetect</a>"
echo "Version: $(cat ${WWWDIR}/VERSION)"
echo "Name: hm_pdetect"
echo "Operations: uninstall restart"
Expand Down
4 changes: 2 additions & 2 deletions addon/www/update-check.cgi
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/bin/tclsh

set checkURL "https://raw.githubusercontent.com/jens-maus/hm_pdetect/master/VERSION"
set downloadURL "https://github.com/jens-maus/hm_pdetect/releases/latest"
set checkURL "https://raw.githubusercontent.com/homematic-community/hm_pdetect/master/VERSION"
set downloadURL "https://github.com/homematic-community/hm_pdetect/releases/latest"

catch {
set input $env(QUERY_STRING)
Expand Down

0 comments on commit a38c061

Please sign in to comment.