Skip to content
This repository has been archived by the owner on Nov 24, 2022. It is now read-only.

Commit

Permalink
[add] version
Browse files Browse the repository at this point in the history
  • Loading branch information
linfaxin committed Feb 11, 2016
1 parent d917782 commit 71a25bd
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion dist/android-ui.es5.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/android-ui.es5.js.map

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions dist/android-ui.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@ var androidui;
(function (androidui) {
androidui.sdk_version_info = `
AndroidUI4Web: https://github.com/linfaxin/AndroidUI-WebApp
version: 0.3.0
version: 0.4.0
release type: Pre-release
release date: 2016-02-07
release date: 2016-02-12
`;
})(androidui || (androidui = {}));
var java;
Expand Down
4 changes: 2 additions & 2 deletions src/sdk_version.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
module androidui {
export var sdk_version_info = `
AndroidUI4Web: https://github.com/linfaxin/AndroidUI-WebApp
version: 0.3.0
version: 0.4.0
release type: Pre-release
release date: 2016-02-07
release date: 2016-02-12
`;
}

0 comments on commit 71a25bd

Please sign in to comment.