Skip to content

Commit

Permalink
Update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
Rafiot committed May 11, 2015
1 parent 04fb779 commit 6ae8ba2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions update_deps.sh
Expand Up @@ -5,8 +5,8 @@ set -x

DEST_DIR="web/static/"

ANGULAR='1.3.14'
ANGULAR_BOOTSTRAP='0.12.1'
ANGULAR='1.3.15'
ANGULAR_BOOTSTRAP='0.13.0'

wget https://ajax.googleapis.com/ajax/libs/angularjs/${ANGULAR}/angular.min.js -O ${DEST_DIR}/angular.min.js
wget https://angular-ui.github.io/bootstrap/ui-bootstrap-tpls-${ANGULAR_BOOTSTRAP}.min.js -O ${DEST_DIR}/ui-bootstrap-tpls.min.js
Expand Down

0 comments on commit 6ae8ba2

Please sign in to comment.