Skip to content

Commit

Permalink
bump version to 0.21.1 and rebuild
Browse files Browse the repository at this point in the history
  • Loading branch information
or-else committed Feb 6, 2023
1 parent e1b1ae5 commit 8fdb4a8
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion package.json
@@ -1,7 +1,7 @@
{
"name": "tinode-webapp",
"description": "Tinode messenger for the web",
"version": "0.21.0",
"version": "0.21.1",
"repository": {
"type": "git",
"url": "https://github.com/tinode/example-react-js.git"
Expand Down
2 changes: 1 addition & 1 deletion src/version.js
@@ -1,3 +1,3 @@
// This is a generated file. Don't edit.

export const PACKAGE_VERSION = "0.21.0";
export const PACKAGE_VERSION = "0.21.1";
2 changes: 1 addition & 1 deletion umd/index.dev.js
Expand Up @@ -3574,7 +3574,7 @@ __webpack_require__.r(__webpack_exports__);
/* harmony export */ __webpack_require__.d(__webpack_exports__, {
/* harmony export */ "PACKAGE_VERSION": () => (/* binding */ PACKAGE_VERSION)
/* harmony export */ });
const PACKAGE_VERSION = "0.21.0";
const PACKAGE_VERSION = "0.21.1";

/***/ }),

Expand Down
2 changes: 1 addition & 1 deletion umd/index.dev.js.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion umd/index.prod.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion umd/index.prod.js.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion version.js
@@ -1,3 +1,3 @@
// This is a generated file. Don't edit.

const PACKAGE_VERSION = "0.21.0";
const PACKAGE_VERSION = "0.21.1";

0 comments on commit 8fdb4a8

Please sign in to comment.