We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 05c94f3 commit 87e20eeCopy full SHA for 87e20ee
README.md
@@ -91,6 +91,9 @@ You can also changing the separator / to wherever symbol or word you want. In th
91
92
### Changelog
93
94
+1.0.1 - 2019-04-12
95
+* Fix #4 Maxlength
96
+
97
1.0.0 - 2018-12-02
98
* Initial Commit
99
index.html
@@ -232,7 +232,7 @@ <h2>Specifying where to append the counter element</h2>
232
<footer>
233
<div class="container">
234
<div class="row">
235
- <div class="col-xs-12 text-muted text-right">MIT - Version 1.0.0</div>
+ <div class="col-xs-12 text-muted text-right">MIT - Version 1.0.1</div>
236
</div>
237
238
</footer>
0 commit comments