qedproject 0.6.0 → 0.6.1

Sign up to get free protection for your applications and to get access to all the features.
@@ -2,7 +2,7 @@ module QEDProject
2
2
  module Libraries
3
3
  class Angular < QEDProject::Libraries::Base
4
4
  library :angular
5
- set_js_files ["angular-1.0.6.js"]
5
+ set_js_files ["angular-1.1.5.js", "angular-resource.js"]
6
6
  end
7
7
  end
8
8
  end
@@ -2,7 +2,7 @@ module QEDProject
2
2
  module Libraries
3
3
  class JQuery < QEDProject::Libraries::Base
4
4
  library :jquery
5
- set_js_files ["jquery-1.9.1.min.js"]
5
+ set_js_files ["jquery-1.10.1.min.js"]
6
6
  end
7
7
  end
8
8
  end
@@ -1,3 +1,3 @@
1
1
  module QEDProject
2
- VERSION = "0.6.0"
2
+ VERSION = "0.6.1"
3
3
  end
@@ -1 +1 @@
1
- 1.0.6
1
+ 1.1.5