From 43a1f75e7c6dc5752604982106259edaf8e30854 Mon Sep 17 00:00:00 2001 From: Wesley Cho Date: Thu, 18 Aug 2016 10:11:55 -0700 Subject: [PATCH] chore(demo): bump versions --- Gruntfile.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Gruntfile.js b/Gruntfile.js index 72baea5040..3d7f3d50ec 100644 --- a/Gruntfile.js +++ b/Gruntfile.js @@ -9,8 +9,8 @@ module.exports = function(grunt) { grunt.util.linefeed = '\n'; grunt.initConfig({ - ngversion: '1.5.5', - bsversion: '3.3.6', + ngversion: '1.5.8', + bsversion: '3.3.7', modules: [],//to be filled in by build task pkg: grunt.file.readJSON('package.json'), dist: 'dist',