Skip to content

Commit a2a6faf

Browse files
committed
v2.14.0
1 parent 6db8e04 commit a2a6faf

File tree

6 files changed

+6
-6
lines changed

6 files changed

+6
-6
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
### HEAD
1+
### 2.14.0 (April 4, 2015)
22

33
* Update the web app manifest file related configs
44
[[e603554](https://github.com/h5bp/server-configs-apache/commit/e603554f559b1be4861553239e22a7844075bedc)].

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ even cross-domain.
1414

1515
There are a few options for getting the Apache server configs:
1616

17-
* Download the [zip archive](https://github.com/h5bp/server-configs-apache/releases/download/2.13.0/htaccess-2.13.0.zip)
17+
* Download the [zip archive](https://github.com/h5bp/server-configs-apache/releases/download/2.14.0/htaccess-2.14.0.zip)
1818
* Install them via:
1919
* [npm](https://npmjs.org/): `npm install --save-dev apache-server-configs`
2020
* [Bower](http://bower.io/): `bower install --save-dev apache-server-configs`

bower.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,5 +20,5 @@
2020
"type": "git",
2121
"url": "https://github.com/h5bp/server-configs-apache"
2222
},
23-
"version": "2.13.0"
23+
"version": "2.14.0"
2424
}

dist/.htaccess

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Apache Server Configs v2.13.0 | MIT License
1+
# Apache Server Configs v2.14.0 | MIT License
22
# https://github.com/h5bp/server-configs-apache
33

44
# (!) Using `.htaccess` files slows down Apache, therefore, if you have

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,5 +33,5 @@
3333
"build": "bin/build/build.sh",
3434
"test": "npm run build && mocha --reporter spec --timeout 5000 test/test_suite.js"
3535
},
36-
"version": "2.13.0"
36+
"version": "2.14.0"
3737
}

test/fixtures/.htaccess

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Apache Server Configs v2.13.0 | MIT License
1+
# Apache Server Configs v2.14.0 | MIT License
22
# https://github.com/h5bp/server-configs-apache
33

44
# ######################################################################

0 commit comments

Comments
 (0)