We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 74f4c57 commit 019671bCopy full SHA for 019671b
src/xwiki/RTWysiwyg/WebHome/attachments/realtime-wysiwyg.js
@@ -22,7 +22,7 @@ define([
22
/* REALTIME_DEBUG exposes a 'version' attribute.
23
this must be updated with every release */
24
var REALTIME_DEBUG = window.REALTIME_DEBUG = {
25
- version: '1.22',
+ version: '1.23',
26
local: {},
27
remote: {},
28
Hyperjson: Hyperjson
src/xwiki/this.js
@@ -1,5 +1,5 @@
1
Package(function (pkg, XWiki) {
2
- pkg.setXarName('realtime-wysiwyg-1.22.xar');
+ pkg.setXarName('realtime-wysiwyg-1.23.xar');
3
pkg.setName("XWiki - Contrib - RealtimeWysiwyg");
4
pkg.setDescription("A realtime collaborative WYSIWYG editor extension");
5
pkg.setExtensionId("org.xwiki.contrib:xwiki-contrib-realtimewysiwyg");
0 commit comments