Skip to content

Commit f77b49b

Browse files
committed
moved from 0.0.4 to 0.0.5
1 parent abca1a2 commit f77b49b

1 file changed

Lines changed: 3 additions & 4 deletions

File tree

bower.json

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,13 @@
11
{
22
"name": "Ext.ux.data.proxy.WebSocket",
3-
"version": "0.0.4",
3+
"version": "0.0.5",
44
"homepage": "https://github.com/wilk/Ext.ux.data.proxy.WebSocket",
55
"authors": [
66
"Vincenzo (Wilk) Ferrari <wilk3ert@gmail.com>"
77
],
88
"description": "An easy-to-use implementation of the ExtJS/Sencha Touch proxy, using HTML5 WebSocket",
99
"main": [
10-
"WebSocket.js",
11-
"WebSocket.min.js"
10+
"WebSocket.js"
1211
],
1312
"keywords": [
1413
"sencha",
@@ -32,6 +31,6 @@
3231
"Gruntfile.js"
3332
],
3433
"dependencies": {
35-
"ext.ux.websocket": "~0.0.1"
34+
"ext.ux.websocket": "~0.0.4"
3635
}
3736
}

0 commit comments

Comments
 (0)