Skip to content

Commit

Permalink
Updating asset version strings for 3.0.21 patch
Browse files Browse the repository at this point in the history
  • Loading branch information
alademann committed Nov 13, 2013
1 parent ab1e9d1 commit 7d728e0
Show file tree
Hide file tree
Showing 20 changed files with 22 additions and 22 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Sass Bootstrap v3.0.2 [![Build Status](https://travis-ci.org/alademann/sass-bootstrap.png)](https://travis-ci.org/alademann/sass-bootstrap) [![devDependency Status](https://david-dm.org/alademann/sass-bootstrap/dev-status.png)](https://david-dm.org/alademann/sass-bootstrap#info=devDependencies)
# Sass Bootstrap v3.0.21 [![Build Status](https://travis-ci.org/alademann/sass-bootstrap.png)](https://travis-ci.org/alademann/sass-bootstrap) [![devDependency Status](https://david-dm.org/alademann/sass-bootstrap/dev-status.png)](https://david-dm.org/alademann/sass-bootstrap#info=devDependencies)

**Sass Bootstrap is focused on being a 1:1 translation from Twitter Bootstrap's Less to Sass.** Bootstrap is a sleek, intuitive, and powerful front-end framework for faster and easier web development, created and maintained by [Mark Otto](http://twitter.com/mdo) and [Jacob Thornton](http://twitter.com/fat), and ported to Sass by [Aaron Lademann](http://twitter.com/alademann).

Expand All @@ -10,7 +10,7 @@ To get started, check out the [SASS Bootstrap Documentation](http://alademann.gi

Three quick start options are available:

* [Download the latest release](https://github.com/alademann/sass-bootstrap/releases/tag/3.0.2).
* [Download the latest release](https://github.com/alademann/sass-bootstrap/releases/tag/3.0.21).
* Clone the repo: `git clone git://github.com/alademann/sass-bootstrap.git`.
* **Install with [Bower](http://bower.io)**: `bower install sass-bootstrap-compass`.

Expand Down
6 changes: 3 additions & 3 deletions _config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,13 +15,13 @@ exclude: ["*.zip", "browserstack.json", "node_modules", "submodules", "temp

## CUSTOM VARS
repo: https://github.com/alademann/sass-bootstrap
download_source: https://github.com/alademann/sass-bootstrap/archive/3.0.2.zip
download_dist: https://github.com/alademann/sass-bootstrap/releases/download/3.0.2/sass-bootstrap-dist.zip
download_source: https://github.com/alademann/sass-bootstrap/archive/3.0.21.zip
download_dist: https://github.com/alademann/sass-bootstrap/releases/download/3.0.21/sass-bootstrap-dist.zip

issues_open: https://github.com/alademann/sass-bootstrap/issues?state=open
issues_new: https://github.com/alademann/sass-bootstrap/issues/new

# Misc Vars
ga_id: UA-39735819-1
app_name: Sass Bootstrap
current_version: 3.0.2
current_version: 3.0.21
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "sass-bootstrap-compass",
"version": "3.0.2",
"version": "3.0.21",
"main": ["./dist/js/sass-bootstrap.js", "./dist/css/sass-bootstrap.css", "./dist/fonts/*"],
"ignore": [
"**/.*"
Expand Down
2 changes: 1 addition & 1 deletion component.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "sass-bootstrap-compass",
"version": "3.0.2",
"version": "3.0.21",
"main": ["./dist/js/sass-bootstrap.js", "./dist/css/sass-bootstrap.css", "./dist/fonts/*"],
"ignore": [
"**/.*"
Expand Down
2 changes: 1 addition & 1 deletion js/affix.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/* ========================================================================
* Bootstrap: affix.js v3.0.2
* Bootstrap: affix.js v3.0.21
* http://alademann.github.io/sass-bootstrap/javascript/#affix
* ========================================================================
* Copyright 2013 Twitter, Inc.
Expand Down
2 changes: 1 addition & 1 deletion js/alert.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/* ========================================================================
* Bootstrap: alert.js v3.0.2
* Bootstrap: alert.js v3.0.21
* http://alademann.github.io/sass-bootstrap/javascript/#alerts
* ========================================================================
* Copyright 2013 Twitter, Inc.
Expand Down
2 changes: 1 addition & 1 deletion js/button.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/* ========================================================================
* Bootstrap: button.js v3.0.2
* Bootstrap: button.js v3.0.21
* http://alademann.github.io/sass-bootstrap/javascript/#buttons
* ========================================================================
* Copyright 2013 Twitter, Inc.
Expand Down
2 changes: 1 addition & 1 deletion js/carousel.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/* ========================================================================
* Bootstrap: carousel.js v3.0.2
* Bootstrap: carousel.js v3.0.21
* http://alademann.github.io/sass-bootstrap/javascript/#carousel
* ========================================================================
* Copyright 2013 Twitter, Inc.
Expand Down
2 changes: 1 addition & 1 deletion js/collapse.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/* ========================================================================
* Bootstrap: collapse.js v3.0.2
* Bootstrap: collapse.js v3.0.21
* http://alademann.github.io/sass-bootstrap/javascript/#collapse
* ========================================================================
* Copyright 2013 Twitter, Inc.
Expand Down
2 changes: 1 addition & 1 deletion js/dropdown.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/* ========================================================================
* Bootstrap: dropdown.js v3.0.2
* Bootstrap: dropdown.js v3.0.21
* http://alademann.github.io/sass-bootstrap/javascript/#dropdowns
* ========================================================================
* Copyright 2013 Twitter, Inc.
Expand Down
2 changes: 1 addition & 1 deletion js/modal.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/* ========================================================================
* Bootstrap: modal.js v3.0.2
* Bootstrap: modal.js v3.0.21
* http://alademann.github.io/sass-bootstrap/javascript/#modals
* ========================================================================
* Copyright 2012 Twitter, Inc.
Expand Down
2 changes: 1 addition & 1 deletion js/popover.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/* ========================================================================
* Bootstrap: popover.js v3.0.2
* Bootstrap: popover.js v3.0.21
* http://alademann.github.io/sass-bootstrap/javascript/#popovers
* ========================================================================
* Copyright 2013 Twitter, Inc.
Expand Down
2 changes: 1 addition & 1 deletion js/scrollspy.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/* ========================================================================
* Bootstrap: scrollspy.js v3.0.2
* Bootstrap: scrollspy.js v3.0.21
* http://alademann.github.io/sass-bootstrap/javascript/#scrollspy
* ========================================================================
* Copyright 2013 Twitter, Inc.
Expand Down
2 changes: 1 addition & 1 deletion js/tab.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/* ========================================================================
* Bootstrap: tab.js v3.0.2
* Bootstrap: tab.js v3.0.21
* http://alademann.github.io/sass-bootstrap/javascript/#tabs
* ========================================================================
* Copyright 2013 Twitter, Inc.
Expand Down
2 changes: 1 addition & 1 deletion js/tooltip.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/* ========================================================================
* Bootstrap: tooltip.js v3.0.2
* Bootstrap: tooltip.js v3.0.21
* http://alademann.github.io/sass-bootstrap/javascript/#tooltip
* Inspired by the original jQuery.tipsy by Jason Frame
* ========================================================================
Expand Down
2 changes: 1 addition & 1 deletion js/transition.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/* ========================================================================
* Bootstrap: transition.js v3.0.2
* Bootstrap: transition.js v3.0.21
* http://alademann.github.io/sass-bootstrap/javascript/#transitions
* ========================================================================
* Copyright 2013 Twitter, Inc.
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "sass-bootstrap",
"description": "Sleek, intuitive, and powerful front-end framework for faster and easier web development.",
"version": "3.0.2",
"version": "3.0.21",
"keywords": [
"bootstrap",
"css",
Expand Down
Binary file modified sass-bootstrap-dist.zip
Binary file not shown.
2 changes: 1 addition & 1 deletion sass/sass-bootstrap.scss
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*!
* Sass Bootstrap v3.0.2
* Sass Bootstrap v3.0.21
*
* Copyright 2013 Twitter, Inc
* Licensed under the Apache License v2.0
Expand Down

0 comments on commit 7d728e0

Please sign in to comment.