JC Brand 2 anos atrás
pai
commit
daeb641530
2 arquivos alterados com 4 adições e 2 exclusões
  1. 3 1
      CHANGES.md
  2. 1 1
      src/headless/shared/constants.js

+ 3 - 1
CHANGES.md

@@ -1,6 +1,8 @@
 # Changelog
 
-## 10.1.3 (2023-06-25)
+## 10.1.5 (Unreleased)
+
+## 10.1.4 (2023-06-25)
 
 - Fix `dist` directory not included in NPM package
 

+ 1 - 1
src/headless/shared/constants.js

@@ -1,7 +1,7 @@
 import { Strophe } from 'strophe.js/src/strophe';
 
 export const BOSH_WAIT = 59;
-export const VERSION_NAME = "v10.1.4";
+export const VERSION_NAME = "v10.1.5dev";
 
 export const STATUS_WEIGHTS = {
     offline: 6,