JC Brand hace 6 años
padre
commit
4291a45631
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      src/headless/converse-core.js

+ 1 - 1
src/headless/converse-core.js

@@ -104,7 +104,7 @@ const _converse = {
     'promises': {}
 }
 
-_converse.VERSION_NAME = "v5.0.1";
+_converse.VERSION_NAME = "v5.0.2dev";
 
 Object.assign(_converse, Backbone.Events);