Skip to content

Commit 428caf0

Browse files
committed
v2.10.0
1 parent e2b2403 commit 428caf0

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.10.0 (October 20, 2014)
22

33
* Add `bower.json` and publish on `Bower`
44
[[3425f72](https://github.com/h5bp/server-configs-apache/commit/3425f72c626cc70fabcf8fbac76565063249a518)].

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.9.0/htaccess-2.9.0.zip)
15+
* Download the [zip archive](https://github.com/h5bp/server-configs-apache/releases/download/2.10.0/htaccess-2.10.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
@@ -19,5 +19,5 @@
1919
"type": "git",
2020
"url": "https://github.com/h5bp/server-configs-apache"
2121
},
22-
"version": "2.9.0"
22+
"version": "2.10.0"
2323
}

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

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

0 commit comments

Comments
 (0)