diff --git a/CHANGES.md b/CHANGES.md index c0e8d011b..02b72110f 100644 --- a/CHANGES.md +++ b/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 diff --git a/src/headless/shared/constants.js b/src/headless/shared/constants.js index 8fe31ec3e..e0e767992 100644 --- a/src/headless/shared/constants.js +++ b/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,