Skip to content

Commit

Permalink
Merge pull request #83 from kaiachain/feat/version-up-sdk
Browse files Browse the repository at this point in the history
feat: version up sdk v1.2.0
  • Loading branch information
Sotatek-TanHoang authored Jan 21, 2025
2 parents 75ae4f0 + 8587cdf commit b087226
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.2.0",
"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.1'
version 'v1.2.0'

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.1",
"version": "1.2.0",
"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.1"
VERSION = "1.2.0"

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

0 comments on commit b087226

Please sign in to comment.