Skip to content

Commit 70194f3

Browse files
committed
update bootstrap to 4.0.0 final version
1 parent 33d25e3 commit 70194f3

File tree

5 files changed

+7
-7
lines changed

5 files changed

+7
-7
lines changed

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
The MIT License (MIT)
22

3-
Copyright (c) 2014-2017 flatlogic.com
3+
Copyright (c) 2014-2018 flatlogic.com
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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ Awesome Bootstrap Checkbox
66

77
[Font Awesome][] [Bootstrap][] Checkboxes & Radios plugin. Pure CSS way to make inputs look prettier. **No Javascript!**
88

9-
Now with **[Bootstrap 4 Beta][]** support!
9+
Now with **[Bootstrap 4][]** support!
1010

1111
**[Demo][]**
1212

demo/build.css

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

demo/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
<div class="container my-5">
1212
<h1 class="text-center">Awesome Bootstrap Checkbox v1.0.0</h1>
1313
<p class="lead text-center">Pure CSS way to make inputs look prettier
14-
<br>with <a href="https://getbootstrap.com/" target="_blank" rel="nofollow">Bootstrap 4.0.0-beta</a> support and <strong><strong>No Javascript!</strong></strong></p>
14+
<br>with <a href="https://getbootstrap.com/" target="_blank" rel="nofollow">Bootstrap 4.0.0</a> support and <strong><strong>No Javascript!</strong></strong></p>
1515
<h2 class="mt-5">Checkboxes</h2>
1616
<form role="form">
1717
<div class="row">

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
"bower.json"
2929
],
3030
"devDependencies": {
31-
"bootstrap": "4.0.0-beta",
32-
"font-awesome": "4.7.0"
31+
"bootstrap": "4.0.0",
32+
"font-awesome": "5.0.8"
3333
}
3434
}

0 commit comments

Comments
 (0)