We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7868d3f commit 8c97771Copy full SHA for 8c97771
CHANGELOG.md
@@ -1,3 +1,7 @@
1
+0.1.9 (2/25/2015)
2
+-------------------
3
+ * Update to node-appc 0.2.24
4
+
5
0.1.8 (2/23/2015)
6
-------------------
7
* Fix issues launching phone emulator seen on some setups/foreign languages
package.json
@@ -1,6 +1,6 @@
{
"name": "windowslib",
- "version": "0.1.8",
+ "version": "0.1.9",
"description": "Windows Phone Utility Library",
"keywords": [
"appcelerator",
@@ -35,7 +35,7 @@
35
"dependencies": {
36
"async": "~0.9.0",
37
"moment": "~2.8.3",
38
- "node-appc": "0.2.21",
+ "node-appc": "0.2.24",
39
"node-uuid": "~1.4.1",
40
"wrench": "~1.5.8",
41
"xmldom": "~0.1.19"
0 commit comments