Skip to content

Commit

Permalink
update the version to 3.0.2-3.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
acmetech committed Nov 7, 2013
1 parent 6092c95 commit dc777ff
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 7 deletions.
6 changes: 3 additions & 3 deletions _config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
@@ -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": [
"**/.*"
Expand Down
2 changes: 1 addition & 1 deletion dist/css/todc-bootstrap.css
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion dist/css/todc-bootstrap.min.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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"
Expand Down

0 comments on commit dc777ff

Please sign in to comment.