Skip to content
This repository was archived by the owner on May 29, 2019. It is now read-only.

Commit 29930ef

Browse files
chore(*): update angular to 1.0.5 and bootstrap to 2.3.1
Closes #178
1 parent f4da4d6 commit 29930ef

File tree

3 files changed

+196
-67
lines changed

3 files changed

+196
-67
lines changed

grunt.js

+2-2
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@ module.exports = function(grunt) {
55

66
// Project configuration.
77
grunt.initConfig({
8-
ngversion: '1.0.4',
9-
bsversion: '2.3.0',
8+
ngversion: '1.0.5',
9+
bsversion: '2.3.1',
1010
srcModules: [], //to be filled in by find-modules task
1111
tplModules: [],
1212
pkg:'<json:package.json>',

misc/test-lib/angular-mocks.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
* @license AngularJS v1.0.4
2+
* @license AngularJS v1.0.5
33
* (c) 2010-2012 Google, Inc. http://angularjs.org
44
* License: MIT
55
*

0 commit comments

Comments
 (0)