New minified files. Bump version to 0.6.1
This commit is contained in:
parent
42c3bc2b38
commit
fde8bb3500
@ -1,12 +1,12 @@
|
|||||||
Changelog
|
Changelog
|
||||||
=========
|
=========
|
||||||
|
|
||||||
0.6.2 (Unreleased)
|
0.6.2 (2013-08-29)
|
||||||
------------------
|
------------------
|
||||||
|
|
||||||
- Bugfix. The remove icon wasn't appearing in the contacts roster. [jcbrand]
|
- Bugfix. The remove icon wasn't appearing in the contacts roster. [jcbrand]
|
||||||
- Bugfix. With auto_subscribe=True, "Pending Contacts" header didn't disappear
|
- Bugfix. With auto_subscribe=True, the "Pending Contacts" header didn't disappear
|
||||||
after user was added to the roster. [jcbrand]
|
after a new user was accepted. [jcbrand]
|
||||||
|
|
||||||
0.6.1 (2013-08-28)
|
0.6.1 (2013-08-28)
|
||||||
------------------
|
------------------
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "converse",
|
"name": "converse",
|
||||||
"version": "0.6.1",
|
"version": "0.6.2",
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"jasmine": "https://github.com/jcbrand/jasmine.git#1_3_x"
|
"jasmine": "https://github.com/jcbrand/jasmine.git#1_3_x"
|
||||||
},
|
},
|
||||||
|
2
converse.min.css
vendored
2
converse.min.css
vendored
File diff suppressed because one or more lines are too long
2
converse.min.js
vendored
2
converse.min.js
vendored
File diff suppressed because one or more lines are too long
@ -48,9 +48,9 @@ copyright = u'2013, JC Brand'
|
|||||||
# built documents.
|
# built documents.
|
||||||
#
|
#
|
||||||
# The short X.Y version.
|
# The short X.Y version.
|
||||||
version = '0.6.1'
|
version = '0.6.2'
|
||||||
# The full version, including alpha/beta/rc tags.
|
# The full version, including alpha/beta/rc tags.
|
||||||
release = '0.6.1'
|
release = '0.6.2'
|
||||||
|
|
||||||
# The language for content autogenerated by Sphinx. Refer to documentation
|
# The language for content autogenerated by Sphinx. Refer to documentation
|
||||||
# for a list of supported languages.
|
# for a list of supported languages.
|
||||||
|
@ -19,8 +19,8 @@
|
|||||||
<h1 id="project_title"><a href="http://conversejs.org">Converse.js</a></h1>
|
<h1 id="project_title"><a href="http://conversejs.org">Converse.js</a></h1>
|
||||||
<h2 id="project_tagline">An XMPP chat client for your website</h2>
|
<h2 id="project_tagline">An XMPP chat client for your website</h2>
|
||||||
<section id="downloads">
|
<section id="downloads">
|
||||||
<a class="zip_download_link" href="https://github.com/jcbrand/converse.js/archive/v0.6.1.zip">Download the latest release as a .zip file</a>
|
<a class="zip_download_link" href="https://github.com/jcbrand/converse.js/archive/v0.6.2.zip">Download the latest release as a .zip file</a>
|
||||||
<a class="tar_download_link" href="https://github.com/jcbrand/converse.js/archive/v0.6.1.tar.gz">Download the latest release as a tar.gz file</a>
|
<a class="tar_download_link" href="https://github.com/jcbrand/converse.js/archive/v0.6.2.tar.gz">Download the latest release as a tar.gz file</a>
|
||||||
</section>
|
</section>
|
||||||
</header>
|
</header>
|
||||||
</div>
|
</div>
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "converse.js",
|
"name": "converse.js",
|
||||||
"version": "0.5.1",
|
"version": "0.6.2",
|
||||||
"description": "Browser based XMPP instant messaging client",
|
"description": "Browser based XMPP instant messaging client",
|
||||||
"main": "main.js",
|
"main": "main.js",
|
||||||
"directories": {
|
"directories": {
|
||||||
|
Loading…
Reference in New Issue
Block a user