Skip to content

Commit 3179b2f

Browse files
committed
Fix version
1 parent 0aa8af1 commit 3179b2f

File tree

10 files changed

+10
-9
lines changed

10 files changed

+10
-9
lines changed

assets/CNAME

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
vitaluikit.com

docs/css/kendo.custom.vital-ui-kit.css

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/css/styleguide.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/*******************************************
22
* Copyright © 2018 Galaxy Software Services
33
*
4-
* @gssfed/vital-ui-kit, v1.0.0
4+
* @gssfed/vital-ui-kit, v1.0.1
55
* UI Kit for GSS Vital Family
66
*
77
* By Neil Lin (https://github.com/Neil-Lin),Patric,Laura Lee (https://github.com/l443018),Eric Yip (https://github.com/ericyip),Vibrissa (https://github.com/Vibrissa),YuRu Lee (https://github.com/YuRu-Lee),CJies Tan (https://github.com/cjies),Evan Wu (https://github.com/evanwu-tw)

docs/css/vital-ui-kit.css

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@
33
dataLayer.push(arguments);
44
}
55
gtag('js', new Date());
6-
gtag('config', 'UA-122331930-1');</script><script src="https://ajax.googleapis.com/ajax/libs/jquery/2.1.1/jquery.min.js"></script><script src="./js/vital-ui-kit.js"></script><script src="./js/landingpage.js"></script></body></html>
6+
gtag('config', 'UA-122331930-1');</script><script src="https://ajax.googleapis.com/ajax/libs/jquery/2.1.1/jquery.min.js"></script><script src="./js/vital-ui-kit.js"></script><script src="./js/landingpage.js"></script></body></html>

docs/js/landingpage.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/js/styleguide.js

100755100644
Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/js/template.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/*******************************************
22
* Copyright © 2018 Galaxy Software Services
33
*
4-
* @gssfed/vital-ui-kit, v1.0.0
4+
* @gssfed/vital-ui-kit, v1.0.1
55
* UI Kit for GSS Vital Family
66
*
77
* By Neil Lin (https://github.com/Neil-Lin),Patric,Laura Lee (https://github.com/l443018),Eric Yip (https://github.com/ericyip),Vibrissa (https://github.com/Vibrissa),YuRu Lee (https://github.com/YuRu-Lee),CJies Tan (https://github.com/cjies),Evan Wu (https://github.com/evanwu-tw)

docs/js/vital-ui-kit.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/*******************************************
22
* Copyright © 2018 Galaxy Software Services
33
*
4-
* @gssfed/vital-ui-kit, v1.0.0
4+
* @gssfed/vital-ui-kit, v1.0.1
55
* UI Kit for GSS Vital Family
66
*
77
* By Neil Lin (https://github.com/Neil-Lin),Patric,Laura Lee (https://github.com/l443018),Eric Yip (https://github.com/ericyip),Vibrissa (https://github.com/Vibrissa),YuRu Lee (https://github.com/YuRu-Lee),CJies Tan (https://github.com/cjies),Evan Wu (https://github.com/evanwu-tw)

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@gssfed/vital-ui-kit",
3-
"version": "1.0.0",
3+
"version": "1.0.1",
44
"author": "Galaxy Software Services",
55
"contributors": [
66
"Neil Lin (https://github.com/Neil-Lin)",

0 commit comments

Comments
 (0)