Skip to content

Commit 79b7c85

Browse files
committed
Bump version to v0.1.1
1 parent eae0734 commit 79b7c85

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

HISTORY.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,12 @@
11
CSS Media Query Change History
22
==============================
33

4+
0.1.1 (2014-01-08)
5+
------------------
6+
7+
* Added docs to README for `parse()`.
8+
9+
410
0.1.0 (2014-01-08)
511
------------------
612

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "css-mediaquery",
3-
"version": "0.1.0",
3+
"version": "0.1.1",
44
"description": "Parses and determines if a given CSS Media Query matches a set of values.",
55
"main": "index.js",
66
"scripts": {

0 commit comments

Comments
 (0)