Skip to content

Commit

Permalink
Update the version
Browse files Browse the repository at this point in the history
  • Loading branch information
chenyukaola authored and stiartsly committed Aug 4, 2023
1 parent 0037e93 commit 0f88e01
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@elastosfoundation/did-js-sdk",
"version": "2.2.12",
"version": "2.2.13",
"description": "Elastos DID Typescript SDK",
"scripts": {
"prepublishOnly": "npm run build",
Expand Down
2 changes: 1 addition & 1 deletion src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ import { Cipher, EncryptionStream, DecryptionStream } from "./didencryption";
});
} */

let __VERSION__ = "2.2.12";
let __VERSION__ = "2.2.13";

if (typeof window != 'undefined') {
if ("elastos_did_ver" in window)
Expand Down

0 comments on commit 0f88e01

Please sign in to comment.