diff --git a/Makefile b/Makefile index 09e0b5cb..58c48ead 100755 --- a/Makefile +++ b/Makefile @@ -32,7 +32,7 @@ JESSIE_GO_TAGS := gtk_3_14 # Build information #GIT_COMMIT = $(shell git rev-parse HEAD | cut -c1-7) -VERSION := 2.7.2 +VERSION := 2.7.3 BUILD_DATE ?= $(shell date --utc +%Y%m%d-%H:%M:%S) #BRANCH = $(shell git rev-parse --abbrev-ref HEAD) diff --git a/README.md b/README.md index 3826dac8..f7fa9ec9 100755 --- a/README.md +++ b/README.md @@ -83,15 +83,15 @@ There are two ways to install OctoScreen: the recommended and supported way is t For example, to install on a new RaspberryPi with OctoPi: ```sh -wget https://github.com/Z-Bolt/OctoScreen/releases/download/v2.7.2/octoscreen_2.7.2_armhf.deb -sudo dpkg -i octoscreen_2.7.2_armhf.deb +wget https://github.com/Z-Bolt/OctoScreen/releases/download/v2.7.3/octoscreen_2.7.3_armhf.deb +sudo dpkg -i octoscreen_2.7.3_armhf.deb ``` Or to update an existing version of OctoScreen: ```sh -wget https://github.com/Z-Bolt/OctoScreen/releases/download/v2.7.2/octoscreen_2.7.2_armhf.deb +wget https://github.com/Z-Bolt/OctoScreen/releases/download/v2.7.3/octoscreen_2.7.3_armhf.deb sudo dpkg -r octoscreen -sudo dpkg -i octoscreen_2.7.2_armhf.deb +sudo dpkg -i octoscreen_2.7.3_armhf.deb sudo reboot now ``` @@ -169,6 +169,11 @@ The controls are limit to static controls without `inputs`. +------------ +## Wiki +For troubleshooting and general information about this project, be sure to check out the Wiki page, located at https://github.com/Z-Bolt/OctoScreen/wiki + + ------------