Skip to content

Commit 27348d0

Browse files
committed
v2.12.0
1 parent 62ab562 commit 27348d0

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.12.0 (March 2, 2015)
22

33
* Add `ServerSignature Off`
44
[[#58](https://github.com/h5bp/server-configs-apache/issues/58)].

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.11.0/htaccess-2.11.0.zip)
17+
* Download the [zip archive](https://github.com/h5bp/server-configs-apache/releases/download/2.12.0/htaccess-2.12.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.11.0"
23+
"version": "2.12.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.11.0 | MIT License
1+
# Apache Server Configs v2.12.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.11.0"
36+
"version": "2.12.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.11.0 | MIT License
1+
# Apache Server Configs v2.12.0 | MIT License
22
# https://github.com/h5bp/server-configs-apache
33

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

0 commit comments

Comments
 (0)