Skip to content

Commit

Permalink
Merge pull request #46 from kaiachain/feat/release-version-1-0-1
Browse files Browse the repository at this point in the history
feat: release version 1.0.1
  • Loading branch information
jack authored Oct 4, 2024
2 parents 7cbe76d + b712cf8 commit 3544ec7
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.0",
"version": "1.0.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.0.0'
version 'v1.0.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.0.0",
"version": "1.0.1",
"license": "MIT",
"description": "web3.js extension for kaiachain blockchain",
"keywords": [
Expand Down
2 changes: 1 addition & 1 deletion web3rpc/sdk/client/java/java-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ inputSpec: ../../../rpc-specs/namespaces/all-except-eth.yaml
groupId: io.kaia
description: RPC API SDK for kaia blockchain node
artifactId: web3rpc-java
artifactVersion: v1.0.0
artifactVersion: v1.0.1
library: retrofit2
templateDir: ./template
globalProperties:
Expand Down
2 changes: 1 addition & 1 deletion web3rpc/sdk/client/javascript/javascript-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ generatorName: web3rpc-javascript
outputDir: ./openapi
inputSpec: ../../../rpc-specs/namespaces/all-except-eth.yaml
projectName: "@kaiachain/web3rpc"
projectVersion: "1.0.0"
projectVersion: "1.0.1"
templateDir: ./template
sortParamsByRequiredFlag: false
globalProperties:
Expand Down

0 comments on commit 3544ec7

Please sign in to comment.