Skip to content

Commit 5b8ff91

Browse files
committed
Bump to version 0.2.0
1 parent a16c4ee commit 5b8ff91

File tree

3 files changed

+8
-4
lines changed

3 files changed

+8
-4
lines changed

.jscsrc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
22
"preset": "airbnb"
3-
}
3+
}

CHANGELOG.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,13 @@
11
Changelog
22
---------
33

4+
##### 0.2.0
5+
- Added support for node 0.12.x
6+
- Added jscs airbnb checking to build process
7+
48
##### 0.1.2
59
- Updated to mdns 2.2.2 (completes 0.11.x support)
6-
- Added warning/disconncet for unsupported codecs (non-PCM)
10+
- Added warning/disconnect for unsupported codecs (non-PCM)
711

812
##### 0.1.1
913
- Added verbose output for Apple Challenge creation

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "nodetunes",
3-
"version": "0.1.3",
3+
"version": "0.2.0",
44
"author": "Stephen Wan <[email protected]>",
55
"description": "AirTunes v2 Server Implementation",
66
"contributors": [
@@ -10,7 +10,7 @@
1010
}
1111
],
1212
"engines": {
13-
"node": "0.10.x"
13+
"node": "0.12.x"
1414
},
1515
"scripts": {
1616
"start": "node ./examples/server.js",

0 commit comments

Comments
 (0)