Skip to content

Commit

Permalink
v1.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
rickyleung committed Aug 20, 2015
1 parent c10e9c4 commit 261f6b0
Show file tree
Hide file tree
Showing 8 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion dist/jquery.bizui.css
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/**
* BizUI Framework
* @version v1.0.2
* @version v1.0.3
* @copyright 2015 Sogou, Inc.
* @link https://github.com/bizdevfe/biz-ui
*/
Expand Down
4 changes: 2 additions & 2 deletions dist/jquery.bizui.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/**
* BizUI Framework
* @version v1.0.2
* @version v1.0.3
* @copyright 2015 Sogou, Inc.
* @link https://github.com/bizdevfe/biz-ui
*/
Expand Down Expand Up @@ -13323,7 +13323,7 @@ define('bizui',['require','ui/Button','ui/Input','ui/Textarea','ui/Textline','ui
/**
* @property {String} version 版本号
*/
bizui.version = '1.0.2';
bizui.version = '1.0.3';

var origin = window.bizui;

Expand Down
4 changes: 2 additions & 2 deletions dist/jquery.bizui.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "biz-ui",
"version": "1.0.2",
"version": "1.0.3",
"description": "A jQuery plugin for business UI components",
"keywords": ["jQuery plugin", "Button", "Input", "Textarea", "Radio", "Checkbox", "Select", "Dialog", "Panel", "Tooltip", "Tab", "Page", "Tree", "Calendar", "Table"],
"homepage": "http://bizdevfe.github.io/biz-ui",
Expand Down
2 changes: 1 addition & 1 deletion src/bizui.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ define(function(require) {
/**
* @property {String} version 版本号
*/
bizui.version = '1.0.2';
bizui.version = '1.0.3';

var origin = window.bizui;

Expand Down
2 changes: 1 addition & 1 deletion src/css/main.css
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/**
* BizUI Framework
* @version v1.0.2
* @version v1.0.3
* @copyright 2015 Sogou, Inc.
* @link https://github.com/bizdevfe/biz-ui
*/
Expand Down
2 changes: 1 addition & 1 deletion src/loader/start.frag
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/**
* BizUI Framework
* @version v1.0.2
* @version v1.0.3
* @copyright 2015 Sogou, Inc.
* @link https://github.com/bizdevfe/biz-ui
*/
Expand Down
2 changes: 1 addition & 1 deletion tool/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ if [ $? -ne 0 ]
fi

#update version
V="1.0.2"
V="1.0.3"
sed -i "s/v[0-9].[0-9].[0-9]/v$V/" "../src/loader/start.frag"
sed -i "s/v[0-9].[0-9].[0-9]/v$V/" "../src/css/main.css"

Expand Down

0 comments on commit 261f6b0

Please sign in to comment.