Skip to content

Commit

Permalink
update to Ext JS 4.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
richard-vd committed Sep 27, 2015
1 parent 37b59c0 commit 9545e9b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "Ext.ux.WebSocket",
"version": "0.0.4",
"version": "v0.0.6",
"homepage": "https://github.com/wilk/ExtJS-WebSocket",
"authors": [
"Vincenzo (Wilk) Ferrari <wilk3ert@gmail.com>"
Expand Down
4 changes: 2 additions & 2 deletions demo/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/>
<title>ExtJS WebSocket</title>
<link rel="stylesheet" type="text/css" href="http://cdn.sencha.com/ext-4.2.0-gpl/resources/css/ext-all.css"/>
<script src="http://cdn.sencha.com/ext-4.2.0-gpl/ext-all.js"> </script>
<link rel="stylesheet" type="text/css" href="http://cdnjs.cloudflare.com/ajax/libs/extjs/4.2.1/resources/css/ext-all-debug.css"/>
<script src="http://cdnjs.cloudflare.com/ajax/libs/extjs/4.2.1/ext-all-debug.js"> </script>
<script src="demo.js"> </script>
</head>
</html>

0 comments on commit 9545e9b

Please sign in to comment.