Skip to content

Commit 8e94d2b

Browse files
authored
bug/version-bump (#1223)
1 parent 5877c30 commit 8e94d2b

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

codegen/src/main/java/org/web3j/codegen/SolidityFunctionWrapperGenerator.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ public class SolidityFunctionWrapperGenerator extends FunctionWrapperGenerator {
6565

6666
private final boolean generateSendTxForCalls;
6767

68-
protected SolidityFunctionWrapperGenerator(
68+
public SolidityFunctionWrapperGenerator(
6969
File binFile,
7070
File abiFile,
7171
File destinationDir,

codegen/src/main/java/org/web3j/codegen/TruffleJsonFunctionWrapperGenerator.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ public class TruffleJsonFunctionWrapperGenerator extends FunctionWrapperGenerato
5959

6060
private String jsonFileLocation;
6161

62-
private TruffleJsonFunctionWrapperGenerator(
62+
public TruffleJsonFunctionWrapperGenerator(
6363
String jsonFileLocation,
6464
String destinationDirLocation,
6565
String basePackageName,

gradle.properties

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
group=org.web3j
2-
version=4.6.0-SNAPSHOT
2+
version=4.7.0-SNAPSHOT

0 commit comments

Comments
 (0)