Skip to content

Commit

Permalink
Update for next release.
Browse files Browse the repository at this point in the history
  • Loading branch information
jcbrand committed Feb 22, 2015
1 parent f9278b5 commit 30d1d73
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "strophe.js",
"description": "Strophe.js is an XMPP library for JavaScript",
"version": "1.2.0",
"version": "1.2.1",
"homepage": "http://strophe.im/strophejs",
"repository": {
"type": "git",
Expand Down
2 changes: 1 addition & 1 deletion release_checklist.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
*** Update CHANGELOG.txt
*** Check for correct version number in package.json
*** Run grunt release
*** Tag code with version (git tag -s release-VERSION HEAD)
*** Tag code with version (git tag -s vVERSION )
*** Push repo and tags (git push && git push --tags)
*** Add documentation to strophe.im repo
*** Update website
Expand Down
6 changes: 3 additions & 3 deletions strophe.js
Original file line number Diff line number Diff line change
Expand Up @@ -716,7 +716,7 @@ Strophe = {
* The version of the Strophe library. Unreleased builds will have
* a version of head-HASH where HASH is a partial revision.
*/
VERSION: "1.2.0",
VERSION: "1.2.1",

/** Constants: XMPP Namespace Constants
* Common namespace constants from the XMPP RFCs and XEPs.
Expand Down Expand Up @@ -4822,8 +4822,8 @@ return Strophe;
* This file implements XMPP over WebSockets for Strophejs.
* If a Connection is established with a Websocket url (ws://...)
* Strophe will use WebSockets.
* For more information on XMPP-over WebSocket see this RFC draft:
* http://tools.ietf.org/html/draft-ietf-xmpp-websocket-00
* For more information on XMPP-over-WebSocket see RFC 7395:
* http://tools.ietf.org/html/rfc7395
*
* WebSocket support implemented by Andreas Guth (andreas.guth@rwth-aachen.de)
*/
Expand Down
6 changes: 3 additions & 3 deletions strophe.min.js

Large diffs are not rendered by default.

0 comments on commit 30d1d73

Please sign in to comment.