Skip to content

Commit

Permalink
update version
Browse files Browse the repository at this point in the history
  • Loading branch information
lihongxun945 committed Jan 28, 2016
1 parent 56b3dbf commit 57e5b94
Show file tree
Hide file tree
Showing 6 changed files with 10 additions and 5 deletions.
2 changes: 1 addition & 1 deletion _config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: light7
authors: 任行
description: Build mobile apps with simple HTML, CSS, and JS components.
favicon: http://gtms04.alicdn.com/tps/i4/TB17MaDGpXXXXb7apXXAz6UFXXX-16-16.png
version: 0.4.0
version: 0.4.1

# Dependencies
highlighter: rouge
Expand Down
2 changes: 1 addition & 1 deletion docs/assets/css/docs.css
Original file line number Diff line number Diff line change
Expand Up @@ -236,7 +236,7 @@ body {
background-color: #b72f20;
}
.docs-header {
height: 320px;
height: 380px;
}
.docs-header .carbonad {
position: relative !important;
Expand Down
2 changes: 1 addition & 1 deletion docs/assets/css/docs.min.css
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ body{position:relative!important;overflow:auto;font:400 14px/1.5 "Open Sans",san
.docs-content .lead{font-size:1.1em;color:#777}
.docs-header{position:relative;background-color:#b72f20;background-image:url(http://sui.taobao.org/sui/docs/assets/imgs/grid.png);background-repeat:no-repeat;background-position:50% 40%}
.docs-sub-header{position:relative;background-color:#b72f20}
.docs-header{height:320px}
.docs-header{height:380px}
.docs-header .carbonad{position:relative!important;margin-top:0!important;-webkit-animation-name:fadeintext;-o-animation-name:fadeintext;animation-name:fadeintext;-webkit-animation-duration:2s;-o-animation-duration:2s;animation-duration:2s}
.docs-header .version{margin-top:15px;color:rgba(255,255,255,.5);text-align:center}
.docs-header-bottom{position:absolute;right:0;bottom:0;left:0}
Expand Down
5 changes: 5 additions & 0 deletions docs/changelog.html
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,11 @@ <h2>About Version number</h2>

<h2>Changelog</h2>

<h3>v0.4.1 - 2016-01-28</h3>
<ul>
<li>Fix router bug: JS error when use inline page.</li>
</ul>

<h3>v0.4.0 - 2016-01-25</h3>
<ul>
<li>Update the doc.</li>
Expand Down
2 changes: 1 addition & 1 deletion less/docs.less
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ body {
background-color: @doc-primary-color;
}
.docs-header {
height: 320px;
height: 380px;

// Ad on the homepage
.carbonad {
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": "light7",
"description": "Build mobile apps with simple HTML, CSS, and JS components.",
"version": "0.4.0",
"version": "0.4.1",
"keywords": [
"light7",
"UI",
Expand Down

0 comments on commit 57e5b94

Please sign in to comment.