Skip to content

Commit f91c6de

Browse files
committed
Bump version to v0.1.0
1 parent a46ef07 commit f91c6de

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

HISTORY.md

+7
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
CSS Media Query Change History
2+
==============================
3+
4+
0.1.0 (2014-01-08)
5+
------------------
6+
7+
* Initial public release.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "css-mediaquery",
3-
"version": "0.0.0",
3+
"version": "0.1.0",
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)