Skip to content

Commit

Permalink
bug/version-bump (#1223)
Browse files Browse the repository at this point in the history
  • Loading branch information
iikirilov authored Jun 15, 2020
1 parent 5877c30 commit 8e94d2b
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ public class SolidityFunctionWrapperGenerator extends FunctionWrapperGenerator {

private final boolean generateSendTxForCalls;

protected SolidityFunctionWrapperGenerator(
public SolidityFunctionWrapperGenerator(
File binFile,
File abiFile,
File destinationDir,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ public class TruffleJsonFunctionWrapperGenerator extends FunctionWrapperGenerato

private String jsonFileLocation;

private TruffleJsonFunctionWrapperGenerator(
public TruffleJsonFunctionWrapperGenerator(
String jsonFileLocation,
String destinationDirLocation,
String basePackageName,
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
group=org.web3j
version=4.6.0-SNAPSHOT
version=4.7.0-SNAPSHOT

0 comments on commit 8e94d2b

Please sign in to comment.