Skip to content

Commit cc0d35d

Browse files
committed
dep bump
1 parent 2558696 commit cc0d35d

7 files changed

Lines changed: 336 additions & 302 deletions

File tree

assets/css/style.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
* PHP Microsite Boilerplate
44
* +++++++++++++++++++++++++
55
*
6-
* Version: 2.0.15
6+
* Version: 2.0.16
77
* Creator: Jens Kuerschner (https://jekuer.com)
88
* Project: https://github.com/jekuer/php-microsite-boilerplate
99
* License: GNU General Public License v3.0 (gpl-3.0)

assets/css/style.min.css

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

config.php

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

77
// Current version of the website.
88
// Will be used to control css and js caching.
9-
$version_nr = '2.0.15';
9+
$version_nr = '2.0.16';
1010

1111
// Multilanguage
1212
$language['default'] = 'en'; // Use a key from the array below.

index.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
* PHP Microsite Boilerplate
66
* +++++++++++++++++++++++++
77
*
8-
* Version: 2.0.15
8+
* Version: 2.0.16
99
* Creator: Jens Kuerschner (https://jekuer.com
1010
* Project: https://github.com/jekuer/php-microsite-boilerplate
1111
* License: GNU General Public License v3.0 (gpl-3.0)

0 commit comments

Comments
 (0)