Skip to content

Commit

Permalink
bump version to v1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
richard-vd committed Sep 29, 2015
1 parent ca9bf6c commit 0790113
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,10 @@ The second one is a singleton to register different Ext.ux.WebSocket and it prov

## ExtJS 5
The new version of ExtJS 5 has requested to make a new major version of `ExtJS-WebSocket`.
Now, this new major version **v1.0.0** is located on the master branch.
Now, this new major version **v1.0.1** is located on the master branch.

## ExtJS 4 & Sencha Touch 2
It's possible to work either with ExtJS 4 and Sencha Touch 2 with previous version **v0.0.5**
It's possible to work either with ExtJS 4 and Sencha Touch 2 with previous version **v0.0.6**

## Install via Bower
First of all, install [**Bower**](http://bower.io/).
Expand All @@ -22,10 +22,10 @@ Then install `Ext.ux.WebSocket` (version v1.x.x for ExtJS 5):
$ bower install ext.ux.websocket
```

Or install `Ext.ux.WebSocket` (version v0.0.5 for ExtJS 4 & Sencha Touch 2):
Or install `Ext.ux.WebSocket` (version v0.0.6 for ExtJS 4 & Sencha Touch 2):

```bash
$ bower install ext.ux.websocket#0.0.5
$ bower install ext.ux.websocket#0.0.6
```

Now, you got the extension at the following path: *YOUR_PROJECT_PATH/bower_components/ext.ux.websocket/*
Expand Down Expand Up @@ -285,7 +285,7 @@ It will make the documentation into docs dir and it will be visible at: http://l
## License
The MIT License (MIT)

Copyright (c) 2013 Vincenzo Ferrari <[email protected]>
Copyright (c) 2015 Vincenzo Ferrari <[email protected]>

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

Expand Down
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": "v1.0.0",
"version": "v1.0.1",
"homepage": "https://github.com/wilk/ExtJS-WebSocket",
"authors": [
"Vincenzo (Wilk) Ferrari <[email protected]>"
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "Ext.ux.WebSocket",
"version": "0.0.0",
"version": "1.0.1",
"description": "Ext.ux.WebSocket is an extension to manage HTML5 WebSocket with ExtJS and SenchaTouch",
"main": "WebSocket.js",
"scripts": {
Expand Down

0 comments on commit 0790113

Please sign in to comment.