Skip to content

Commit bfc5a43

Browse files
committed
version changed to 0.26.0-alpha
1 parent f291931 commit bfc5a43

File tree

11 files changed

+292
-34
lines changed

11 files changed

+292
-34
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "tinode-webapp",
33
"description": "Tinode messenger for the web",
4-
"version": "0.26.0-alpha2",
4+
"version": "0.26.0-alpha3",
55
"repository": {
66
"type": "git",
77
"url": "git+https://github.com/tinode/webapp.git"
@@ -80,7 +80,7 @@
8080
"react": "^18.3.0",
8181
"react-dom": "^18.3.0",
8282
"react-intl": "^7.0.0",
83-
"tinode-sdk": "^0.26.0-alpha2",
83+
"tinode-sdk": "^0.26.0-alpha3",
8484
"webm-duration-fix": "^1.0.4"
8585
},
8686
"devDependencies": {

src/version.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
// This is a generated file. Don't edit.
22

3-
export const PACKAGE_VERSION = "0.26.0-alpha2";
3+
export const PACKAGE_VERSION = "0.26.0-alpha3";

umd/index.dev.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8795,7 +8795,7 @@ __webpack_require__.r(__webpack_exports__);
87958795
/* harmony export */ __webpack_require__.d(__webpack_exports__, {
87968796
/* harmony export */ PACKAGE_VERSION: function() { return /* binding */ PACKAGE_VERSION; }
87978797
/* harmony export */ });
8798-
const PACKAGE_VERSION = "0.26.0-alpha2";
8798+
const PACKAGE_VERSION = "0.26.0-alpha3";
87998799

88008800
/***/ }),
88018801

umd/index.dev.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

umd/index.prod.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

umd/index.prod.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)