diff options
author | Egor Tensin <Egor.Tensin@gmail.com> | 2015-11-06 19:52:16 +0300 |
---|---|---|
committer | Egor Tensin <Egor.Tensin@gmail.com> | 2015-11-06 19:52:16 +0300 |
commit | 142ba1fb84f910d99d542f33fc5e32acf01d92ba (patch) | |
tree | 6030ff6cd0af1f7e652a9f5c8a5a254d94c9cc5e /_config.yml | |
parent | add icons to the navbar (diff) | |
download | jekyll-theme-142ba1fb84f910d99d542f33fc5e32acf01d92ba.tar.gz jekyll-theme-142ba1fb84f910d99d542f33fc5e32acf01d92ba.zip |
bump dependencies
Diffstat (limited to '_config.yml')
-rw-r--r-- | _config.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/_config.yml b/_config.yml index 4c1d792..e875a3e 100644 --- a/_config.yml +++ b/_config.yml @@ -2,8 +2,8 @@ baseurl: /cpp_tips paginate: 10 include_comments: true excerpt_separator: "" -bootstrap_version: 3.2.0 -jquery_version: 1.11.0 +bootstrap_version: 3.3.5 +jquery_version: 1.11.3 html5shiv_version: 3.7.2 respond_version: 1.4.2 minified_externals: true |