Skip to content

Commit

Permalink
v2.14.0
Browse files Browse the repository at this point in the history
  • Loading branch information
alrra committed Apr 7, 2015
1 parent 6db8e04 commit a2a6faf
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)].
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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`
Expand Down
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,5 +20,5 @@
"type": "git",
"url": "https://github.com/h5bp/server-configs-apache"
},
"version": "2.13.0"
"version": "2.14.0"
}
2 changes: 1 addition & 1 deletion dist/.htaccess
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}
2 changes: 1 addition & 1 deletion test/fixtures/.htaccess
Original file line number Diff line number Diff line change
@@ -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

# ######################################################################
Expand Down

0 comments on commit a2a6faf

Please sign in to comment.