Skip to content

Commit

Permalink
version bump for 2.1b2 release
Browse files Browse the repository at this point in the history
  • Loading branch information
jens-maus committed Jul 14, 2017
1 parent e406f8b commit c94351f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion generate_img.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@ cp -a qa/* tmp/qa
cp update_script tmp/
cp quickaccess tmp/
cd tmp
tar -czvf ../quickaccess-2.0b6.tar.gz *
tar --owner=root --group=root --exclude=.DS_Store -czvf ../quickaccess-2.1b2.tar.gz *
cd ..
rm -rf tmp
2 changes: 1 addition & 1 deletion quickaccess
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ case "$1" in
info)
echo "Info: <div style=\"float:left;\"><a href=\"http://www.christian-luetgens.de/homematic/quickaccess/QuickAccess.htm\" target=\"_blank\"><img src="../addons/qa/backgrounds/yellow_teddybear_white.png" width="54" height="50"></a></div><div style=\"float:right;\"><b>WebUI QuickAccess</b><br>Copyright 2010-2015<br>by Yellow Teddybear Software<br>licensed under GNU/GPL</div><div style=\"clear:both;\"></div>"
echo "Name: QuickAccess"
echo "Version: 2.1b1"
echo "Version: 2.1b2"
echo "Operations: uninstall"
;;
uninstall)
Expand Down

0 comments on commit c94351f

Please sign in to comment.