Skip to content
This repository has been archived by the owner on Jul 23, 2024. It is now read-only.

Commit

Permalink
Merge pull request #618 from kjeom/version-up-to-1.0.2
Browse files Browse the repository at this point in the history
version up to 1.0.2
  • Loading branch information
jack authored May 20, 2024
2 parents c27ed4e + d38b61c commit a624bb3
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 7 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": "@klaytn/ethers-ext",
"version": "1.0.1",
"version": "1.0.2",
"license": "MIT",
"description": "ethers.js extension for Klaytn 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": "@klaytn/js-ext-core",
"version": "1.0.1",
"version": "1.0.2",
"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 'foundation.klaytn'
version 'v1.0.1'
version 'v1.0.2'

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": "@klaytn/web3js-ext",
"version": "1.0.1",
"version": "1.0.2",
"license": "MIT",
"description": "web3.js extension for Klaytn blockchain",
"keywords": [
Expand Down
2 changes: 1 addition & 1 deletion web3py-ext/setup.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
from setuptools import setup, find_packages
NAME = "web3py_ext"
VERSION = "1.0.1"
VERSION = "1.0.2"
# To install the library, run the following
#
# python setup.py install
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 @@ -3,7 +3,7 @@ outputDir: ./openapi/
inputSpec: ../../../rpc-specs/namespaces/all-except-eth.yaml
groupId: foundation.klaytn
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: "@klaytn/web3rpc"
projectVersion: "1.0.0"
projectVersion: "1.0.1"
templateDir: ./template
sortParamsByRequiredFlag: false
globalProperties:
Expand Down

0 comments on commit a624bb3

Please sign in to comment.