Skip to content

Commit 6225aa1

Browse files
committed
update version 2.0.2
1 parent 01b333d commit 6225aa1

File tree

6 files changed

+11
-11
lines changed

6 files changed

+11
-11
lines changed

_config.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,5 +15,5 @@ url: http://bootflat.github.io
1515
encoding: UTF-8
1616

1717
# Custom vars
18-
current_version: 2.0.1
18+
current_version: 2.0.2
1919
repo: https://github.com/bootflat/bootflat.github.io

bower.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
{
22
"name": "Bootflat",
3-
"version": "2.0.1",
3+
"version": "2.0.2",
44
"homepage": "http://bootflat.github.io",
55
"authors": [
66
"flathemes <[email protected]>"
77
],
8-
"description": "BOOTFLAT is an open source Flat UI KIT based on Bootstrap 3.1.0 CSS framework. It provides a faster, easier and less repetitive way for web developers to create elegant web apps.",
8+
"description": "BOOTFLAT is an open source Flat UI KIT based on Bootstrap 3.1.1 CSS framework. It provides a faster, easier and less repetitive way for web developers to create elegant web apps.",
99
"repository": {
1010
"type": "git",
1111
"url": "https://github.com/bootflat/bootflat.github.io.git"

composer.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "bootflat/bootflat",
33
"description": "An open source Flat UI KIT based on Bootstrap (3.1.1). A faster, easier and less repetitive way for web developers to create elegant web apps.",
4-
"version": "2.0.1",
4+
"version": "2.0.2",
55
"keywords": [
66
"mobile",
77
"html5",

getting-started.html

+3-3
Original file line numberDiff line numberDiff line change
@@ -89,10 +89,10 @@ <h3>Overview</h3>
8989
<h3>Download</h3>
9090
<p>Download the latest official release of Bootflat and get started!</p>
9191
<ul class="item__infos">
92-
<li>Version 2.0.1</li>
92+
<li>Version 2.0.2</li>
9393
<li>Released April 03 2014</li>
9494
</ul>
95-
<p><a class="btn btn-primary" href="https://github.com/bootflat/bootflat.github.io/archive/master.zip">Download Bootflat Framework (v2.0.1)</a></p>
95+
<p><a class="btn btn-primary" href="https://github.com/bootflat/bootflat.github.io/archive/master.zip">Download Bootflat Framework (v2.0.2)</a></p>
9696
</div>
9797
<!--
9898
================================================== -->
@@ -166,7 +166,7 @@ <h3>CSS/SASS</h3>
166166
================================================== -->
167167
<div class="docs-article docs--start" id="browser-support">
168168
<h3>Browser Support</h3>
169-
<p>As such, our browser support tends to be whatever Web View API is available to native on a given platform. For Bootflat v2.0.1, that means UIWebView for E8, IE9, IE10, IE11, Firefox, Safari, Opera, Chrome.</p>
169+
<p>As such, our browser support tends to be whatever Web View API is available to native on a given platform. For Bootflat v2.0.2, that means UIWebView for E8, IE9, IE10, IE11, Firefox, Safari, Opera, Chrome.</p>
170170
</div>
171171
<!-- Free PSD
172172
================================================== -->

index.html

+2-2
Original file line numberDiff line numberDiff line change
@@ -50,9 +50,9 @@ <h1>
5050
<h2>BOOTFLAT is an open source Flat UI KIT based on Bootstrap 3.1.1 CSS framework. <br/>And, for the designers, we offer a <a href="free-psd.html">free PSD Download</a>. <br />It provides a faster, easier and less repetitive way for web developers or designers to create elegant web apps. </h2>
5151
<h3>Compatible Browsers: IE8, IE9, IE10, IE11, Firefox, Safari, Opera, Chrome.</h3>
5252
<p class="download-link">
53-
<a class="btn btn-primary" href="https://github.com/Bootflat/Bootflat.github.io/archive/master.zip">Download (Version 2.0.1)</a>
53+
<a class="btn btn-primary" href="https://github.com/Bootflat/Bootflat.github.io/archive/master.zip">Download (Version 2.0.2)</a>
5454
</p>
55-
<p class="version-text">MIT Licensed - Version 2.0.1</p>
55+
<p class="version-text">MIT Licensed - Version 2.0.2</p>
5656
<p class="learn-more Bootflat">
5757
<a href="#learn-more">Learn more <i class="icon" data-icon="&#xe035"></i></a>
5858
</p>

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
{
22
"name": "bootflat",
33
"private": false,
4-
"version": "2.0.1",
5-
"description": "BOOTFLAT is an open source Flat UI KIT based on Bootstrap 3.1.0 CSS framework. It provides a faster, easier and less repetitive way for web developers to create elegant web apps.",
4+
"version": "2.0.2",
5+
"description": "BOOTFLAT is an open source Flat UI KIT based on Bootstrap 3.1.1 CSS framework. It provides a faster, easier and less repetitive way for web developers to create elegant web apps.",
66
"author":"Flathemes <[email protected]>",
77
"homepage": "http://bootflat.github.com/",
88
"keywords": [

0 commit comments

Comments
 (0)