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

Commit

Permalink
Upgrade version 0.9.3
Browse files Browse the repository at this point in the history
  • Loading branch information
nohkwak committed Aug 14, 2023
1 parent cea63c7 commit fc67027
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": "@klaytn/ethers-ext",
"version": "0.9.2-beta",
"version": "0.9.3",
"main": "dist/src/index.js",
"files": [
"./dist",
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 'v0.9.2'
version 'v0.9.3'

repositories {
mavenCentral()
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 = "0.9.2-beta"
VERSION = "0.9.3"
# 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: v0.9.2
artifactVersion: v0.9.3
library: retrofit2
templateDir: ./template
globalProperties:
Expand Down

0 comments on commit fc67027

Please sign in to comment.