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 #512 from kjeom/version-up-to-0.9.4
Browse files Browse the repository at this point in the history
version up to v0.9.4
  • Loading branch information
jack authored Sep 25, 2023
2 parents dacbc7c + 4089316 commit 61510d9
Show file tree
Hide file tree
Showing 5 changed files with 6 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": "@klaytn/ethers-ext",
"version": "0.9.3-beta",
"version": "0.9.4-beta",
"main": "dist/src/index.js",
"files": [
"./dist",
Expand Down
4 changes: 2 additions & 2 deletions web3j-ext/web3j-ext/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -7,15 +7,15 @@ plugins {
}

group 'foundation.klaytn'
version 'v0.9.3'
version 'v0.9.4'

repositories {
mavenCentral()
mavenLocal()
}

dependencies {
implementation "foundation.klaytn:web3rpc-java:v0.9.0"
implementation "foundation.klaytn:web3rpc-java:v0.9.3"
implementation "io.codearte.gradle.nexus:gradle-nexus-staging-plugin:0.30.0"
implementation "org.web3j:core:4.9.8"
implementation group: 'com.fasterxml.jackson.core', name: 'jackson-core', version: '2.14.2'
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.3-beta"
VERSION = "0.9.4-beta"
# 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.3
artifactVersion: v0.9.4
library: retrofit2
templateDir: ./template
globalProperties:
Expand Down
1 change: 1 addition & 0 deletions web3rpc/sdk/client/javascript/javascript-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ generatorName: web3rpc-javascript
outputDir: ./openapi
inputSpec: ../../../rpc-specs/namespaces/all-except-eth.yaml
projectName: "@klaytn/web3rpc"
projectVersion: "0.9.4"
templateDir: ./template
sortParamsByRequiredFlag: false
globalProperties:
Expand Down

0 comments on commit 61510d9

Please sign in to comment.