diff --git a/_config.yml b/_config.yml index 717c862d3..b3bc10e2f 100644 --- a/_config.yml +++ b/_config.yml @@ -11,11 +11,11 @@ exclude: [".editorconfig", ".gitignore", "bower.json", "composer.json", port: 9002 # Custom vars -current_version: 3.0.2 +current_version: 3.0.2-3.0.2 repo: https://github.com/todc/todc-bootstrap -download_source: https://github.com/todc/todc-bootstrap/archive/v3.0.2.zip -download_dist: https://github.com/todc/todc-bootstrap/releases/download/v3.0.2/todc-bootstrap-3.0.2-dist.zip +download_source: https://github.com/todc/todc-bootstrap/archive/v3.0.2-3.0.2.zip +download_dist: https://github.com/todc/todc-bootstrap/releases/download/v3.0.2/todc-bootstrap-3.0.2-3.0.2-dist.zip bs_repo: https://github.com/twbs/bootstrap bs_download_source: https://github.com/twbs/bootstrap/archive/v3.0.2.zip diff --git a/bower.json b/bower.json index 377cc8d54..d9b27f57c 100644 --- a/bower.json +++ b/bower.json @@ -1,6 +1,6 @@ { "name": "todc-bootstrap", - "version": "3.0.2", + "version": "3.0.2-3.0.2", "main": ["./dist/js/bootstrap.js", "./dist/css/bootstrap.css", "./dist/js/todc-bootstrap.js", "./dist/css/todc-bootstrap.css"], "ignore": [ "**/.*" diff --git a/dist/css/todc-bootstrap.css b/dist/css/todc-bootstrap.css index bb43dc386..7e8218af0 100644 --- a/dist/css/todc-bootstrap.css +++ b/dist/css/todc-bootstrap.css @@ -1,5 +1,5 @@ /*! - * TODC Bootstrap v3.0.2 by todc + * TODC Bootstrap v3.0.2-3.0.2 by todc * Copyright 2013 Tim O'Donnell * Licensed under the MIT License * http://www.opensource.org/licenses/mit-license.php diff --git a/dist/css/todc-bootstrap.min.css b/dist/css/todc-bootstrap.min.css index 50a3123e7..46f002c32 100644 --- a/dist/css/todc-bootstrap.min.css +++ b/dist/css/todc-bootstrap.min.css @@ -1,5 +1,5 @@ /*! - * TODC Bootstrap v3.0.2 by todc + * TODC Bootstrap v3.0.2-3.0.2 by todc * Copyright 2013 Tim O'Donnell * Licensed under the MIT License * http://www.opensource.org/licenses/mit-license.php diff --git a/package.json b/package.json index 292fa65ca..ad1fc4299 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "todc-bootstrap" , "description": "Google-styled theme for Bootstrap." - , "version": "3.0.2" + , "version": "3.0.2-3.0.2" , "keywords": ["bootstrap", "css", "theme", "google"] , "homepage": "http://todc.github.com/todc-bootstrap/" , "author": "Tim O'Donnell"