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

version up to v0.9.4 #512

Merged
merged 1 commit into from
Sep 25, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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