Skip to content

Commit 8c97771

Browse files
committed
Bump to 0.1.9, upgrade dependent node-appc to 0.2.24 to match version used by titanium_mobile
1 parent 7868d3f commit 8c97771

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
0.1.9 (2/25/2015)
2+
-------------------
3+
* Update to node-appc 0.2.24
4+
15
0.1.8 (2/23/2015)
26
-------------------
37
* Fix issues launching phone emulator seen on some setups/foreign languages

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "windowslib",
3-
"version": "0.1.8",
3+
"version": "0.1.9",
44
"description": "Windows Phone Utility Library",
55
"keywords": [
66
"appcelerator",
@@ -35,7 +35,7 @@
3535
"dependencies": {
3636
"async": "~0.9.0",
3737
"moment": "~2.8.3",
38-
"node-appc": "0.2.21",
38+
"node-appc": "0.2.24",
3939
"node-uuid": "~1.4.1",
4040
"wrench": "~1.5.8",
4141
"xmldom": "~0.1.19"

0 commit comments

Comments
 (0)