Skip to content

Commit

Permalink
bump version (#278)
Browse files Browse the repository at this point in the history
  • Loading branch information
zjb0807 committed Feb 18, 2022
1 parent 6fbb19d commit 1c08696
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion bodhi/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@acala-network/bodhi",
"version": "2.1.13",
"version": "2.2.0",
"main": "lib/index.js",
"repository": "git@github.com:AcalaNetwork/bodhi.js.git",
"author": "Acala Developers <hello@acala.network>",
Expand Down
2 changes: 1 addition & 1 deletion eth-providers/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@acala-network/eth-providers",
"version": "2.1.13",
"version": "2.2.0",
"main": "lib/index.js",
"license": "MIT",
"author": "Acala Developers <hello@acala.network>",
Expand Down
2 changes: 1 addition & 1 deletion eth-providers/src/_version.ts
Original file line number Diff line number Diff line change
@@ -1 +1 @@
export const version: string = 'bodhi.js/providers/2.1.13';
export const version: string = 'bodhi.js/providers/2.2.0';
2 changes: 1 addition & 1 deletion eth-transactions/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@acala-network/eth-transactions",
"version": "2.1.13",
"version": "2.2.0",
"main": "lib/index.js",
"license": "MIT",
"author": "Acala Developers <hello@acala.network>",
Expand Down
2 changes: 1 addition & 1 deletion eth-transactions/src/_version.ts
Original file line number Diff line number Diff line change
@@ -1 +1 @@
export const version: string = 'bodhi.js/transactions/2.1.13';
export const version: string = 'bodhi.js/transactions/2.2.0';

0 comments on commit 1c08696

Please sign in to comment.