diff --git a/Changelog b/Changelog index 520393d..456087a 100755 --- a/Changelog +++ b/Changelog @@ -1,5 +1,9 @@ Changelog: +V1.14 December 5th, 2016 + + * Fixed macOS installer + V1.13 December 3rd, 2016 * Fixed Safari related JavaScript issue diff --git a/README.md b/README.md index 24d65b4..ac45128 100755 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ ### Description M33 Fio is a general purpose plugin for [OctoPrint](http://octoprint.org/) that extends its capabilities to include many useful feature like the ability to use a Micro 3D printer, modify a model before printing it, host a webcam stream, and much more. -The latest version of M33 Fio is V1.13 released on December 3rd, 2016, and an entire changelog for it can be found [here](https://raw.githubusercontent.com/donovan6000/M33-Fio/master/Changelog). +The latest version of M33 Fio is V1.14 released on December 5th, 2016, and an entire changelog for it can be found [here](https://raw.githubusercontent.com/donovan6000/M33-Fio/master/Changelog). ### Features * Adds a model viewer tab to OctoPrint's interface where any uploaded model can be viewed diff --git a/installers/macOS/install.sh b/installers/macOS/install.sh index faf2d8f..89169e0 100755 --- a/installers/macOS/install.sh +++ b/installers/macOS/install.sh @@ -45,7 +45,7 @@ else done # Install command line tools - while ! curl -f -O 'https://raw.githubusercontent.com/donovan6000/M33-Fio/master/installers/OS%20X/command%20line%20tools%20installer.bash' + while ! curl -f -O 'https://raw.githubusercontent.com/donovan6000/M33-Fio/master/installers/macOS/command%20line%20tools%20installer.bash' do : done @@ -198,7 +198,7 @@ else rm master.zip # Install heatbed drivers - while ! curl -f -O 'https://raw.githubusercontent.com/donovan6000/M33-Fio/master/installers/OS%20X/CH34x_Install.pkg' + while ! curl -f -O 'https://raw.githubusercontent.com/donovan6000/M33-Fio/master/installers/macOS/CH34x_Install.pkg' do : done @@ -206,7 +206,7 @@ else rm CH34x_Install.pkg # Add OctoPrint to startup programs - while ! curl -f -O 'https://raw.githubusercontent.com/donovan6000/M33-Fio/master/installers/OS%20X/com.octoprint.app.plist' + while ! curl -f -O 'https://raw.githubusercontent.com/donovan6000/M33-Fio/master/installers/macOS/com.octoprint.app.plist' do : done @@ -214,7 +214,7 @@ else mv com.octoprint.app.plist '/Library/LaunchAgents' # Create URL link on desktop - while ! curl -f -O 'https://raw.githubusercontent.com/donovan6000/M33-Fio/master/installers/OS%20X/shortcut.zip' + while ! curl -f -O 'https://raw.githubusercontent.com/donovan6000/M33-Fio/master/installers/macOS/shortcut.zip' do : done diff --git a/setup.py b/setup.py index 17eda7b..06990f5 100755 --- a/setup.py +++ b/setup.py @@ -14,7 +14,7 @@ plugin_name = "OctoPrint-M33Fio" # The plugin's version. Can be overwritten within OctoPrint's internal data via __plugin_version__ in the plugin module -plugin_version = "1.13.2016120506" +plugin_version = "1.14" # The plugin's description. Can be overwritten within OctoPrint's internal data via __plugin_description__ in the plugin # module