Skip to content

Commit c3bcf14

Browse files
committed
docs: update version
1 parent c351a32 commit c3bcf14

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

46 files changed

+115
-133
lines changed
Binary file not shown.

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,8 @@
7474
"watch-css": "nodemon -e scss -x \"npm run css\"",
7575
"watch-html": "nodemon --watch src -e html -x \"npm run copy-views\"",
7676
"watch-js": "nodemon --watch src/js -x \"npm run js\"",
77-
"watch-pug": "nodemon --watch pug -e pug -x \"npm run pug-dist\""
77+
"watch-pug": "nodemon --watch pug -e pug -x \"npm run pug-dist\"",
78+
"zip": "git archive -o coreui-free-bootstrap-admin-template-v$npm_package_version.zip -9 HEAD"
7879
},
7980
"dependencies": {
8081
"@coreui/chartjs": "^2.0.0",

pug/_partials/banner.pug

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
//
22
* CoreUI - Free Bootstrap Admin Template
3-
* @version v3.2.0
3+
* @version v3.4.0
44
* @link https://coreui.io
55
* Copyright (c) 2020 creativeLabs Łukasz Holeczek
66
* Licensed under MIT (https://coreui.io/license)

pug/index.pug

Lines changed: 34 additions & 34 deletions
Large diffs are not rendered by default.

src/404.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<!DOCTYPE html>
22
<!--
33
* CoreUI - Free Bootstrap Admin Template
4-
* @version v3.2.0
4+
* @version v3.4.0
55
* @link https://coreui.io
66
* Copyright (c) 2020 creativeLabs Łukasz Holeczek
77
* Licensed under MIT (https://coreui.io/license)
@@ -77,4 +77,4 @@ <h4 class="pt-3">Oops! You're lost.</h4>
7777
<script src="node_modules/@coreui/icons/js/svgxuse.min.js"></script>
7878
<!--<![endif]-->
7979
</body>
80-
</html>
80+
</html>

src/500.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<!DOCTYPE html>
22
<!--
33
* CoreUI - Free Bootstrap Admin Template
4-
* @version v3.2.0
4+
* @version v3.4.0
55
* @link https://coreui.io
66
* Copyright (c) 2020 creativeLabs Łukasz Holeczek
77
* Licensed under MIT (https://coreui.io/license)
@@ -77,4 +77,4 @@ <h4 class="pt-3">Houston, we have a problem!</h4>
7777
<script src="node_modules/@coreui/icons/js/svgxuse.min.js"></script>
7878
<!--<![endif]-->
7979
</body>
80-
</html>
80+
</html>

src/base/breadcrumb.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<!DOCTYPE html>
22
<!--
33
* CoreUI - Free Bootstrap Admin Template
4-
* @version v3.2.0
4+
* @version v3.4.0
55
* @link https://coreui.io
66
* Copyright (c) 2020 creativeLabs Łukasz Holeczek
77
* Licensed under MIT (https://coreui.io/license)
@@ -307,4 +307,4 @@
307307
<script src="node_modules/@coreui/icons/js/svgxuse.min.js"></script>
308308
<!--<![endif]-->
309309
</body>
310-
</html>
310+
</html>

src/base/cards.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<!DOCTYPE html>
22
<!--
33
* CoreUI - Free Bootstrap Admin Template
4-
* @version v3.2.0
4+
* @version v3.4.0
55
* @link https://coreui.io
66
* Copyright (c) 2020 creativeLabs Łukasz Holeczek
77
* Licensed under MIT (https://coreui.io/license)
@@ -573,4 +573,4 @@ <h4 class="modal-title">Modal title</h4>
573573
<script src="node_modules/@coreui/icons/js/svgxuse.min.js"></script>
574574
<!--<![endif]-->
575575
</body>
576-
</html>
576+
</html>

src/base/carousel.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<!DOCTYPE html>
22
<!--
33
* CoreUI - Free Bootstrap Admin Template
4-
* @version v3.2.0
4+
* @version v3.4.0
55
* @link https://coreui.io
66
* Copyright (c) 2020 creativeLabs Łukasz Holeczek
77
* Licensed under MIT (https://coreui.io/license)
@@ -357,4 +357,4 @@ <h3>Third slide label</h3>
357357
<script src="node_modules/@coreui/icons/js/svgxuse.min.js"></script>
358358
<!--<![endif]-->
359359
</body>
360-
</html>
360+
</html>

src/base/collapse.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<!DOCTYPE html>
22
<!--
33
* CoreUI - Free Bootstrap Admin Template
4-
* @version v3.2.0
4+
* @version v3.4.0
55
* @link https://coreui.io
66
* Copyright (c) 2020 creativeLabs Łukasz Holeczek
77
* Licensed under MIT (https://coreui.io/license)
@@ -364,4 +364,4 @@ <h5 class="mb-0"><a class="collapsed" data-toggle="collapse" href="#collapseThre
364364
<script src="node_modules/@coreui/icons/js/svgxuse.min.js"></script>
365365
<!--<![endif]-->
366366
</body>
367-
</html>
367+
</html>

0 commit comments

Comments
 (0)