diff --git a/Gruntfile.js b/Gruntfile.js index e18a5d0bf..1a8dbf1a1 100644 --- a/Gruntfile.js +++ b/Gruntfile.js @@ -10,7 +10,7 @@ module.exports = function(grunt) { 'speech-rule-engine': { options: { repository: 'https://github.com/zorkow/speech-rule-engine.git', - branch: 'develop', + branch: 'v1.0.0', cwd: "." } }