Skip to content

Commit b4291a3

Browse files
committed
v2.11.0
1 parent 3c003e3 commit b4291a3

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.11.0 (October 27, 2014)
22

33
* Add configs for common media types used for `.woff` files
44
[[e602ae9](https://github.com/h5bp/server-configs-apache/commit/e602ae9e62412d95fba377abfb66ef2f773cfc4d)].

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ accessible, if needed, even cross-domain.
1212

1313
There are a few options for getting the Apache server configs:
1414

15-
* Download the [zip archive](https://github.com/h5bp/server-configs-apache/releases/download/2.10.0/htaccess-2.10.0.zip)
15+
* Download the [zip archive](https://github.com/h5bp/server-configs-apache/releases/download/2.11.0/htaccess-2.11.0.zip)
1616
* Install them via:
1717
* [npm](https://npmjs.org/): `npm install --save-dev apache-server-configs`
1818
* [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.10.0"
23+
"version": "2.11.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.10.0 | MIT License
1+
# Apache Server Configs v2.11.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
@@ -36,5 +36,5 @@
3636
"build": "bin/build/build.sh",
3737
"test": "npm run build && mocha --reporter spec --timeout 5000 test/test_suite.js"
3838
},
39-
"version": "2.10.0"
39+
"version": "2.11.0"
4040
}

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.10.0 | MIT License
1+
# Apache Server Configs v2.11.0 | MIT License
22
# https://github.com/h5bp/server-configs-apache
33

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

0 commit comments

Comments
 (0)