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

Commit

Permalink
chore(*): update angular to 1.0.5 and bootstrap to 2.3.1
Browse files Browse the repository at this point in the history
Closes #178
  • Loading branch information
pkozlowski-opensource committed Mar 1, 2013
1 parent f4da4d6 commit 29930ef
Show file tree
Hide file tree
Showing 3 changed files with 196 additions and 67 deletions.
4 changes: 2 additions & 2 deletions grunt.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ module.exports = function(grunt) {

// Project configuration.
grunt.initConfig({
ngversion: '1.0.4',
bsversion: '2.3.0',
ngversion: '1.0.5',
bsversion: '2.3.1',
srcModules: [], //to be filled in by find-modules task
tplModules: [],
pkg:'<json:package.json>',
Expand Down
2 changes: 1 addition & 1 deletion misc/test-lib/angular-mocks.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/**
* @license AngularJS v1.0.4
* @license AngularJS v1.0.5
* (c) 2010-2012 Google, Inc. http://angularjs.org
* License: MIT
*
Expand Down
Loading

0 comments on commit 29930ef

Please sign in to comment.