Skip to content

Commit

Permalink
Bump manifest version to: 0.0.13 [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions committed Apr 14, 2023
1 parent fb5d319 commit 956cdc0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion packages/extension-chrome/public/manifest.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"$schema": "https://json.schemastore.org/chrome-manifest",
"version": "0.0.12",
"version": "0.0.13",
"manifest_version": 3,
"name": "Nexus Wallet",
"description": "An UTxO friendly wallet extension for CKB",
Expand Down
4 changes: 2 additions & 2 deletions packages/utils/src/env.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
// Do not edit this file, it is automatically updated in CI
export const LIB_VERSION = '0.0.12';
export const COMMIT_HASH = 'fc31d5dc1f9abc7b0dec805233bdd609d8c6826a';
export const LIB_VERSION = '0.0.13';
export const COMMIT_HASH = 'fb5d319cd67131b7d15094095cda113b7651970d';

0 comments on commit 956cdc0

Please sign in to comment.