Skip to content

Commit

Permalink
Merge pull request #69 from kaiachain/feat/version-up-to-1-1-1
Browse files Browse the repository at this point in the history
feat: version up to 1.1.1
  • Loading branch information
Sotatek-TanHoang authored Dec 25, 2024
2 parents bfa4445 + 1cdc505 commit ee66888
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion ethers-ext/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@kaiachain/ethers-ext",
"version": "1.1.0",
"version": "1.1.1",
"license": "MIT",
"description": "ethers.js extension for kaia blockchain",
"keywords": [
Expand Down
2 changes: 1 addition & 1 deletion web3j-ext/web3j-ext/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ plugins {
}

group 'io.kaia'
version 'v1.1.0'
version 'v1.1.1'

repositories {
mavenCentral()
Expand Down
2 changes: 1 addition & 1 deletion web3js-ext/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@kaiachain/web3js-ext",
"version": "1.1.0",
"version": "1.1.1",
"license": "MIT",
"description": "web3.js extension for kaiachain blockchain",
"keywords": [
Expand Down
2 changes: 1 addition & 1 deletion web3py-ext/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
import pathlib

NAME = "web3py_ext"
VERSION = "1.1.0"
VERSION = "1.1.1"

with open("./README.md") as readme:
long_description = readme.read()
Expand Down

0 comments on commit ee66888

Please sign in to comment.