Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
C
converse.js
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
nexedi
converse.js
Commits
2a2e4688
Commit
2a2e4688
authored
Feb 14, 2018
by
JC Brand
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update version number for CDN files in quickstart
parent
c39c5df2
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
2 deletions
+3
-2
Makefile
Makefile
+1
-0
docs/source/quickstart.rst
docs/source/quickstart.rst
+2
-2
No files found.
Makefile
View file @
2a2e4688
...
...
@@ -100,6 +100,7 @@ release:
$(SED)
-ri
s/version
\
=
\ \'
[
0-9]
\+\.
[
0-9]
\+\.
[
0-9]
\+\'
/version
\
=
\ \'
$(VERSION)
\'
/ docs/source/conf.py
$(SED)
-ri
s/release
\
=
\ \'
[
0-9]
\+\.
[
0-9]
\+\.
[
0-9]
\+\'
/release
\
=
\ \'
$(VERSION)
\'
/ docs/source/conf.py
$(SED)
-ri
"s/(Unreleased)/
`
date
+%Y-%m-%d
`
/"
CHANGES.md
$(SED)
-ri
"s/cdn.conversejs.org
\/
[0-9]+
\.
[0-9]+
\.
[0-9]+/cdn.conversejs.org
\/
$(VERSION)
/"
docs/source/quickstart.rst
make pot
make po
make po2json
...
...
docs/source/quickstart.rst
View file @
2a2e4688
...
...
@@ -22,8 +22,8 @@ The latest versions of these files are available at these URLs:
To load a specific version of Converse.js you can put the version in the URL, like so:
* https://cdn.conversejs.org/3.
0.3
/dist/converse.min.js
* https://cdn.conversejs.org/3.
0.3
/css/converse.min.css
* https://cdn.conversejs.org/3.
3.2
/dist/converse.min.js
* https://cdn.conversejs.org/3.
3.2
/css/converse.min.css
You can include these two URLs inside the *<head>* element of your website
via the *script* and *link* tags:
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment