Skip to content

Commit

Permalink
update version to 3.4.0-3.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
acmetech committed Dec 15, 2018
1 parent be1cb36 commit fd1c7fc
Show file tree
Hide file tree
Showing 18 changed files with 31 additions and 43 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ TODC Bootstrap was created by [Tim O'Donnell](https://github.com/todc), and main

Several quick start options are available:

* [Download the latest release](https://github.com/todc/todc-bootstrap/archive/v3.4.0-3.4.0.zip).
* [Download the latest release](https://github.com/todc/todc-bootstrap/archive/v3.4.0-3.4.1.zip).
* Clone the repo: `git clone https://github.com/todc/todc-bootstrap.git`.
* Install with [Bower](https://bower.io/): `bower install todc-bootstrap`.
* Install with [npm](https://www.npmjs.com/): `npm install todc-bootstrap@3`.
Expand Down
6 changes: 3 additions & 3 deletions _config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,13 +20,13 @@ plugins:
- jekyll-sitemap

# Custom vars
current_version: 3.4.0-3.4.0
current_version: 3.4.0-3.4.1
docs_version: 3.4
repo: https://github.com/todc/todc-bootstrap

download:
source: https://github.com/todc/todc-bootstrap/archive/v3.4.0-3.4.0.zip
dist: https://github.com/todc/todc-bootstrap/releases/download/v3.4.0-3.4.0/todc-bootstrap-3.4.0-3.4.0-dist.zip
source: https://github.com/todc/todc-bootstrap/archive/v3.4.0-3.4.1.zip
dist: https://github.com/todc/todc-bootstrap/releases/download/v3.4.0-3.4.1/todc-bootstrap-3.4.0-3.4.1-dist.zip

bs:
current_version: 3.4.0
Expand Down
2 changes: 1 addition & 1 deletion dist/css/todc-bootstrap.css

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

2 changes: 1 addition & 1 deletion dist/css/todc-bootstrap.css.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/css/todc-bootstrap.min.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/css/todc-bootstrap.min.css.map

Large diffs are not rendered by default.

1 change: 0 additions & 1 deletion docs/assets/css/docs.css

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

2 changes: 1 addition & 1 deletion docs/assets/css/docs.css.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion docs/assets/css/docs.min.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion docs/assets/css/docs.min.css.map

Large diffs are not rendered by default.

37 changes: 13 additions & 24 deletions docs/assets/js/docs.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion docs/dist/css/todc-bootstrap.css

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

2 changes: 1 addition & 1 deletion docs/dist/css/todc-bootstrap.css.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion docs/dist/css/todc-bootstrap.min.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion docs/dist/css/todc-bootstrap.min.css.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion less/todc-bootstrap.less
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*!
* TODC Bootstrap v3.4.0-3.4.0 (https://todc.github.com/todc-bootstrap/)
* TODC Bootstrap v3.4.0-3.4.1 (https://todc.github.com/todc-bootstrap/)
* Copyright 2011-2018 Tim O'Donnell
* Licensed under the MIT (https://www.opensource.org/licenses/mit-license.php) license
*/
Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

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.4.0-3.4.0",
"version": "3.4.0-3.4.1",
"keywords": [
"bootstrap",
"css",
Expand Down

0 comments on commit fd1c7fc

Please sign in to comment.