Skip to content

Commit 53401ec

Browse files
committed
package fix
1 parent 6a1fa87 commit 53401ec

File tree

5 files changed

+6
-5
lines changed

5 files changed

+6
-5
lines changed

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.3
6+
* Version: 2.0.4
77
* Creator: Jens Kuerschner (https://jenskuerschner.de)
88
* Project: https://github.com/jekuer/php-microsite-boilerplate
99
* License: GNU General Public License v3.0 (gpl-3.0)

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.3';
9+
$version_nr = '2.0.4';
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.3
8+
* Version: 2.0.4
99
* Creator: Jens Kuerschner (https://jenskuerschner.de)
1010
* Project: https://github.com/jekuer/php-microsite-boilerplate
1111
* License: GNU General Public License v3.0 (gpl-3.0)

package-lock.json

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

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "php-microsite-boilerplate",
3-
"version": "2.0.3",
3+
"version": "2.0.4",
44
"description": "An extremely simple and lightweight PHP framework/boilerplate to spin-up microsites at high speed. Optimized for Performance, Security, SEO, and Directus CMS.",
55
"keywords": [
66
"css",
@@ -52,6 +52,7 @@
5252
"grunt": "^1.4.1",
5353
"grunt-contrib-clean": "^2.0.0",
5454
"grunt-contrib-uglify": "^5.0.1",
55+
"postcss": "^8.4.5",
5556
"postcss-cli": "^9.1.0",
5657
"postcss-import": "^14.0.2",
5758
"postcss-nesting": "^10.1.1",

0 commit comments

Comments
 (0)