Skip to content

Commit c175254

Browse files
committed
dep bump
1 parent dd9a02a commit c175254

File tree

6 files changed

+1812
-935
lines changed

6 files changed

+1812
-935
lines changed

.gitignore

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,4 +12,7 @@ node_modules/
1212
*.code-workspace
1313

1414
# Local History for Visual Studio Code.
15-
.history/
15+
.history/
16+
17+
# Mac
18+
.DS_Store

assets/css/style.css

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
33
* PHP Microsite Boilerplate
44
* +++++++++++++++++++++++++
55
*
6-
* Version: 2.0.13
7-
* Creator: Jens Kuerschner (https://jenskuerschner.de)
6+
* Version: 2.0.14
7+
* 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)
1010
*

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.13';
9+
$version_nr = '2.0.14';
1010

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

index.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@
55
* PHP Microsite Boilerplate
66
* +++++++++++++++++++++++++
77
*
8-
* Version: 2.0.13
9-
* Creator: Jens Kuerschner (https://jenskuerschner.de)
8+
* Version: 2.0.14
9+
* 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)
1212
*/

0 commit comments

Comments
 (0)