diff --git a/CHANGELOG.md b/CHANGELOG.md index 9ed85542..7835d29b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,4 @@ -### HEAD +### 2.14.0 (April 4, 2015) * Update the web app manifest file related configs [[e603554](https://github.com/h5bp/server-configs-apache/commit/e603554f559b1be4861553239e22a7844075bedc)]. diff --git a/README.md b/README.md index 516f142a..f0ec077a 100644 --- a/README.md +++ b/README.md @@ -14,7 +14,7 @@ even cross-domain. There are a few options for getting the Apache server configs: -* Download the [zip archive](https://github.com/h5bp/server-configs-apache/releases/download/2.13.0/htaccess-2.13.0.zip) +* Download the [zip archive](https://github.com/h5bp/server-configs-apache/releases/download/2.14.0/htaccess-2.14.0.zip) * Install them via: * [npm](https://npmjs.org/): `npm install --save-dev apache-server-configs` * [Bower](http://bower.io/): `bower install --save-dev apache-server-configs` diff --git a/bower.json b/bower.json index f27b2dc6..db614f88 100644 --- a/bower.json +++ b/bower.json @@ -20,5 +20,5 @@ "type": "git", "url": "https://github.com/h5bp/server-configs-apache" }, - "version": "2.13.0" + "version": "2.14.0" } diff --git a/dist/.htaccess b/dist/.htaccess index 11755ed9..fcdcc28b 100644 --- a/dist/.htaccess +++ b/dist/.htaccess @@ -1,4 +1,4 @@ -# Apache Server Configs v2.13.0 | MIT License +# Apache Server Configs v2.14.0 | MIT License # https://github.com/h5bp/server-configs-apache # (!) Using `.htaccess` files slows down Apache, therefore, if you have diff --git a/package.json b/package.json index 123ee687..aca87802 100644 --- a/package.json +++ b/package.json @@ -33,5 +33,5 @@ "build": "bin/build/build.sh", "test": "npm run build && mocha --reporter spec --timeout 5000 test/test_suite.js" }, - "version": "2.13.0" + "version": "2.14.0" } diff --git a/test/fixtures/.htaccess b/test/fixtures/.htaccess index a2ff9cdf..64e0f6bf 100644 --- a/test/fixtures/.htaccess +++ b/test/fixtures/.htaccess @@ -1,4 +1,4 @@ -# Apache Server Configs v2.13.0 | MIT License +# Apache Server Configs v2.14.0 | MIT License # https://github.com/h5bp/server-configs-apache # ######################################################################