diff --git a/dependencies.json b/dependencies.json index 7c5e447..1aaa24c 100644 --- a/dependencies.json +++ b/dependencies.json @@ -1,13 +1,49 @@ { "dependencies": [ - { "name": "ofxNetworkUtils", "repo": "https://github.com/bakercp/ofxNetworkUtils.git", "ref": "stable" }, - { "name": "ofxOscilloscope", "repo": "https://github.com/produceconsumerobot/ofxOscilloscope.git", "ref": "master" }, - { "name": "ofxThreadedLogger", "repo": "https://github.com/produceconsumerobot/ofxThreadedLogger.git", "ref": "master" }, - { "name": "ofxBiquadFilter", "repo": "https://github.com/smukkejohan/ofxBiquadFilter.git", "ref": "master" }, - { "name": "ofxJSON", "repo": "https://github.com/jeffcrouse/ofxJSON.git", "ref": "master" }, - { "name": "EmotiBit_XPlat_Utils", "repo": "https://github.com/EmotiBit/EmotiBit_XPlat_Utils.git", "ref": "master" }, - { "name": "ofxLSL", "repo": "https://github.com/EmotiBit/ofxLSL.git", "ref": "master" }, - { "name": "ofxSerial", "repo": "https://github.com/EmotiBit/ofxSerial.git", "ref": "stable" }, - { "name": "ofxIO", "repo": "https://github.com/bakercp/ofxIO.git", "ref": "stable" } + { + "name": "ofxNetworkUtils", + "repo": "https://github.com/bakercp/ofxNetworkUtils.git", + "ref": "stable" + }, + { + "name": "ofxOscilloscope", + "repo": "https://github.com/produceconsumerobot/ofxOscilloscope.git", + "ref": "master" + }, + { + "name": "ofxThreadedLogger", + "repo": "https://github.com/produceconsumerobot/ofxThreadedLogger.git", + "ref": "master" + }, + { + "name": "ofxBiquadFilter", + "repo": "https://github.com/smukkejohan/ofxBiquadFilter.git", + "ref": "master" + }, + { + "name": "ofxJSON", + "repo": "https://github.com/jeffcrouse/ofxJSON.git", + "ref": "master" + }, + { + "name": "EmotiBit_XPlat_Utils", + "repo": "https://github.com/EmotiBit/EmotiBit_XPlat_Utils.git", + "ref": "master" + }, + { + "name": "ofxLSL", + "repo": "https://github.com/EmotiBit/ofxLSL.git", + "ref": "master" + }, + { + "name": "ofxSerial", + "repo": "https://github.com/EmotiBit/ofxSerial.git", + "ref": "stable" + }, + { + "name": "ofxIO", + "repo": "https://github.com/bakercp/ofxIO.git", + "ref": "stable" + } ] } diff --git a/src/ofxEmotiBitVersion.h b/src/ofxEmotiBitVersion.h index 6445f9a..eb168d6 100644 --- a/src/ofxEmotiBitVersion.h +++ b/src/ofxEmotiBitVersion.h @@ -2,7 +2,7 @@ //#include #include "ofMain.h" -const std::string ofxEmotiBitVersion = "1.16.1"; +const std::string ofxEmotiBitVersion = "1.16.2"; static const char SOFTWARE_VERSION_PREFIX = 'v';