Skip to content

Commit 8deb9e7

Browse files
committed
Merge branch 'release/2.1.1'
2 parents 965c0a1 + 2f50ab1 commit 8deb9e7

File tree

7 files changed

+8
-8
lines changed

7 files changed

+8
-8
lines changed

LICENSE

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
The MIT License (MIT)
22

3-
Copyright (c) 2016 FusionCharts Technologies
3+
Copyright (c) 2016 InfoSoft Global Pvt. Ltd.
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy
66
of this software and associated documentation files (the "Software"), to deal

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -219,4 +219,4 @@ tspan
219219

220220
__MIT__
221221

222-
Copyright (c) 2016 FusionCharts Technologies <support@fusioncharts.com>.
222+
Copyright (c) 2016 InfoSoft Global Pvt. Ltd. <support@fusioncharts.com>.

dist/fusioncharts-smartlabel.js

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/fusioncharts-smartlabel.min.js

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

example/dist/index.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ <h2>
7575
</div>
7676

7777
<div class="footer">
78-
Copyright &copy; 2016 FusionCharts Technologies &lt;support@fusioncharts.com&gt;.
78+
Copyright &copy; 2016 InfoSoft Global Pvt. Ltd. &lt;support@fusioncharts.com&gt;.
7979
</div>
8080
</div>
8181
<script src="common.js"></script>

example/src/index.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ <h2>
7575
</div>
7676

7777
<div class="footer">
78-
Copyright &copy; 2016 FusionCharts Technologies &lt;support@fusioncharts.com&gt;.
78+
Copyright &copy; 2016 InfoSoft Global Pvt. Ltd. &lt;support@fusioncharts.com&gt;.
7979
</div>
8080
</div>
8181
<script src="common.js"></script>

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
{
22
"name": "fusioncharts-smartlabel",
3-
"version": "2.1.0",
3+
"version": "2.1.1",
44
"description": "SmartLabel component to measure and restrict text in svg / canvas",
55
"main": "dist/fusioncharts-smartlabel.min.js",
66
"module": "es/SmartlabelManager.js",
7-
"author": "FusionCharts Technologies &lt;support@fusioncharts.com&gt;",
7+
"author": "InfoSoft Global Pvt. Ltd. &lt;support@fusioncharts.com&gt;",
88
"contributors": [
99
"Akash Goswami",
1010
"Priyanjit Dey",

0 commit comments

Comments
 (0)