Skip to content

Commit 87e20ee

Browse files
committed
fix #4
1 parent 05c94f3 commit 87e20ee

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

README.md

+3
Original file line numberDiff line numberDiff line change
@@ -91,6 +91,9 @@ You can also changing the separator / to wherever symbol or word you want. In th
9191

9292
### Changelog
9393

94+
1.0.1 - 2019-04-12
95+
* Fix #4 Maxlength
96+
9497
1.0.0 - 2018-12-02
9598
* Initial Commit
9699

index.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -232,7 +232,7 @@ <h2>Specifying where to append the counter element</h2>
232232
<footer>
233233
<div class="container">
234234
<div class="row">
235-
<div class="col-xs-12 text-muted text-right">MIT - Version 1.0.0</div>
235+
<div class="col-xs-12 text-muted text-right">MIT - Version 1.0.1</div>
236236
</div>
237237
</div>
238238
</footer>

0 commit comments

Comments
 (0)