Skip to content

Commit

Permalink
feat: version up to 1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Sotatek-TanHoang committed Nov 1, 2024
1 parent 367bb1f commit 50a38d3
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 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.0.1",
"version": "1.1.0",
"license": "MIT",
"description": "ethers.js extension for kaia blockchain",
"keywords": [
Expand Down
2 changes: 1 addition & 1 deletion js-ext-core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@kaiachain/js-ext-core",
"version": "1.0.1",
"version": "1.1.0",
"license": "MIT",
"main": "dist/index.js",
"types": "dist/index.d.ts",
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.0.1'
version 'v1.1.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.0.1",
"version": "1.1.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.0.3"
VERSION = "1.1.0"

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

0 comments on commit 50a38d3

Please sign in to comment.