Skip to content

Commit e41489f

Browse files
v4.0.1
1 parent 6d07507 commit e41489f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ https://codepen.io/tonystar/pen/LRdpYZ
2222

2323
Include `bootstrap-float-label.min.css`:
2424
```html
25-
<link rel="stylesheet" href="https://cdn.rawgit.com/tonystar/bootstrap-float-label/v4.0.0/dist/bootstrap-float-label.min.css"/>
25+
<link rel="stylesheet" href="https://cdn.rawgit.com/tonystar/bootstrap-float-label/v4.0.1/dist/bootstrap-float-label.min.css"/>
2626
```
2727

2828
Then just add `.has-float-label` class to `.form-group` <sup>**v4.0.1+**</sup>:

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "bootstrap-float-label",
3-
"version": "4.0.0",
3+
"version": "4.0.1",
44
"description": "Pure CSS implementation of Float Label pattern for Bootstrap 4.",
55
"repository": {
66
"type": "git",

0 commit comments

Comments
 (0)