From bd46d120911e9c8c4f3c0c71488547cc22495694 Mon Sep 17 00:00:00 2001 From: mercedesbenz00 Date: Fri, 21 Jun 2024 12:15:40 +0200 Subject: [PATCH] bump up --- README.md | 4 ++-- address/README.md | 4 ++-- address/pom.xml | 4 ++-- bitstring/README.md | 4 ++-- bitstring/pom.xml | 4 ++-- cell/README.md | 4 ++-- cell/pom.xml | 4 ++-- emulator/README.md | 4 ++-- emulator/pom.xml | 10 +++++----- liteclient/README.md | 4 ++-- liteclient/pom.xml | 2 +- mnemonic/README.md | 4 ++-- mnemonic/pom.xml | 2 +- pom.xml | 2 +- smartcontract/README.md | 4 ++-- smartcontract/pom.xml | 4 ++-- tl/pom.xml | 4 ++-- tonlib/README.md | 4 ++-- tonlib/pom.xml | 4 ++-- tweetnacl-java/pom.xml | 2 +- utils/README.md | 4 ++-- utils/pom.xml | 4 ++-- 22 files changed, 43 insertions(+), 43 deletions(-) diff --git a/README.md b/README.md index 95207baa..a10b6337 100644 --- a/README.md +++ b/README.md @@ -15,7 +15,7 @@ found [here](https://github.com/ton-blockchain/ton/actions). io.github.neodix42 smartcontract - 0.4.6 + 0.4.7 ``` @@ -36,7 +36,7 @@ found [here](https://github.com/ton-blockchain/ton/actions). io.github.neodix42 ton4j - 0.4.6 + 0.4.7 ``` diff --git a/address/README.md b/address/README.md index dffac901..fd6443b4 100644 --- a/address/README.md +++ b/address/README.md @@ -7,7 +7,7 @@ io.github.neodix42 address - 0.4.6 + 0.4.7 ``` @@ -18,7 +18,7 @@ io.github.neodix42.ton4j address - 0.4.6 + 0.4.7 ``` diff --git a/address/pom.xml b/address/pom.xml index 1c00967c..919f5068 100644 --- a/address/pom.xml +++ b/address/pom.xml @@ -6,7 +6,7 @@ io.github.neodix42 top - 0.4.6 + 0.4.7 4.0.0 @@ -58,7 +58,7 @@ io.github.neodix42 tweetnacl-java-8 - 0.4.6 + 0.4.7 compile diff --git a/bitstring/README.md b/bitstring/README.md index 1f2b4b65..e040fa6f 100644 --- a/bitstring/README.md +++ b/bitstring/README.md @@ -7,7 +7,7 @@ io.github.neodix42 bitstring - 0.4.6 + 0.4.7 ``` @@ -18,7 +18,7 @@ io.github.neodix42.ton4j bitstring - 0.4.6 + 0.4.7 ``` diff --git a/bitstring/pom.xml b/bitstring/pom.xml index feb46673..f13f842d 100644 --- a/bitstring/pom.xml +++ b/bitstring/pom.xml @@ -6,7 +6,7 @@ io.github.neodix42 top - 0.4.6 + 0.4.7 4.0.0 @@ -69,7 +69,7 @@ io.github.neodix42 tweetnacl-java-8 - 0.4.6 + 0.4.7 compile diff --git a/cell/README.md b/cell/README.md index 99ba6b9d..3b2b84ee 100644 --- a/cell/README.md +++ b/cell/README.md @@ -7,7 +7,7 @@ io.github.neodix42 cell - 0.4.6 + 0.4.7 ``` @@ -17,7 +17,7 @@ io.github.neodix42.ton4j cell - 0.4.6 + 0.4.7 ``` diff --git a/cell/pom.xml b/cell/pom.xml index 882e43c3..d2d37bde 100644 --- a/cell/pom.xml +++ b/cell/pom.xml @@ -6,7 +6,7 @@ io.github.neodix42 top - 0.4.6 + 0.4.7 4.0.0 @@ -81,7 +81,7 @@ io.github.neodix42 tweetnacl-java-8 - 0.4.6 + 0.4.7 compile diff --git a/emulator/README.md b/emulator/README.md index 6af17ee4..77012556 100644 --- a/emulator/README.md +++ b/emulator/README.md @@ -9,7 +9,7 @@ Java Emulator wrapper uses JNA to access methods in native emulator shared libra io.github.neodix42 emulator - 0.4.6 + 0.4.7 ``` @@ -19,7 +19,7 @@ Java Emulator wrapper uses JNA to access methods in native emulator shared libra io.github.neodix42.ton4j emulator - 0.4.6 + 0.4.7 ``` diff --git a/emulator/pom.xml b/emulator/pom.xml index 03b78ebf..0de0c6c0 100644 --- a/emulator/pom.xml +++ b/emulator/pom.xml @@ -6,7 +6,7 @@ io.github.neodix42 top - 0.4.6 + 0.4.7 emulator @@ -88,25 +88,25 @@ io.github.neodix42 tonlib - 0.4.6 + 0.4.7 test io.github.neodix42 liteclient - 0.4.6 + 0.4.7 test io.github.neodix42 smartcontract - 0.4.6 + 0.4.7 test io.github.neodix42 cell - 0.4.6 + 0.4.7 compile diff --git a/liteclient/README.md b/liteclient/README.md index a4354877..a3e4945c 100644 --- a/liteclient/README.md +++ b/liteclient/README.md @@ -9,7 +9,7 @@ Java Lite-client wrapper uses JNA to access methods in native lite-client binary io.github.neodix42 lite-client - 0.4.6 + 0.4.7 ``` @@ -20,7 +20,7 @@ Java Lite-client wrapper uses JNA to access methods in native lite-client binary io.github.neodix42.ton4j lite-client - 0.4.6 + 0.4.7 ``` diff --git a/liteclient/pom.xml b/liteclient/pom.xml index 78efb303..8b291973 100644 --- a/liteclient/pom.xml +++ b/liteclient/pom.xml @@ -6,7 +6,7 @@ io.github.neodix42 top - 0.4.6 + 0.4.7 liteclient diff --git a/mnemonic/README.md b/mnemonic/README.md index 19982b5d..17a8770e 100644 --- a/mnemonic/README.md +++ b/mnemonic/README.md @@ -7,7 +7,7 @@ io.github.neodix42 mnemonic - 0.4.6 + 0.4.7 ``` @@ -18,7 +18,7 @@ io.github.neodix42.ton4j mnemonic - 0.4.6 + 0.4.7 ``` diff --git a/mnemonic/pom.xml b/mnemonic/pom.xml index 9a4b73c9..de578328 100644 --- a/mnemonic/pom.xml +++ b/mnemonic/pom.xml @@ -5,7 +5,7 @@ top io.github.neodix42 - 0.4.6 + 0.4.7 4.0.0 diff --git a/pom.xml b/pom.xml index 8ebdd009..b080ce4e 100644 --- a/pom.xml +++ b/pom.xml @@ -7,7 +7,7 @@ io.github.neodix42 top pom - 0.4.6 + 0.4.7 bitstring diff --git a/smartcontract/README.md b/smartcontract/README.md index 8c8cb6ef..4df73529 100644 --- a/smartcontract/README.md +++ b/smartcontract/README.md @@ -7,7 +7,7 @@ io.github.neodix42 smartcontract - 0.4.6 + 0.4.7 ``` @@ -18,7 +18,7 @@ io.github.neodix42.ton4j smartcontract - 0.4.6 + 0.4.7 ``` diff --git a/smartcontract/pom.xml b/smartcontract/pom.xml index 5aefca37..ead14e74 100644 --- a/smartcontract/pom.xml +++ b/smartcontract/pom.xml @@ -6,7 +6,7 @@ io.github.neodix42 top - 0.4.6 + 0.4.7 4.0.0 @@ -85,7 +85,7 @@ io.github.neodix42 tweetnacl-java-8 - 0.4.6 + 0.4.7 compile diff --git a/tl/pom.xml b/tl/pom.xml index 87024717..10870ec9 100644 --- a/tl/pom.xml +++ b/tl/pom.xml @@ -5,7 +5,7 @@ top io.github.neodix42 - 0.4.6 + 0.4.7 4.0.0 @@ -47,7 +47,7 @@ io.github.neodix42 cell - 0.4.6 + 0.4.7 compile diff --git a/tonlib/README.md b/tonlib/README.md index f9b74a14..4462e7ff 100644 --- a/tonlib/README.md +++ b/tonlib/README.md @@ -16,7 +16,7 @@ You can get the latest tonlib library by: io.github.neodix42 tonlib - 0.4.6 + 0.4.7 ``` @@ -27,7 +27,7 @@ You can get the latest tonlib library by: io.github.neodix42.ton4j tonlib - 0.4.6 + 0.4.7 ``` diff --git a/tonlib/pom.xml b/tonlib/pom.xml index 8b018201..3cfbac1b 100644 --- a/tonlib/pom.xml +++ b/tonlib/pom.xml @@ -6,7 +6,7 @@ io.github.neodix42 top - 0.4.6 + 0.4.7 4.0.0 @@ -74,7 +74,7 @@ io.github.neodix42 tweetnacl-java-8 - 0.4.6 + 0.4.7 compile diff --git a/tweetnacl-java/pom.xml b/tweetnacl-java/pom.xml index 6fdac60b..e15bd85e 100644 --- a/tweetnacl-java/pom.xml +++ b/tweetnacl-java/pom.xml @@ -4,7 +4,7 @@ io.github.neodix42 top - 0.4.6 + 0.4.7 tweetnacl-java-8 diff --git a/utils/README.md b/utils/README.md index 5493a42c..091e60be 100644 --- a/utils/README.md +++ b/utils/README.md @@ -7,7 +7,7 @@ io.github.neodix42 utils - 0.4.6 + 0.4.7 ``` @@ -18,7 +18,7 @@ io.github.neodix42.ton4j utils - 0.4.6 + 0.4.7 ``` diff --git a/utils/pom.xml b/utils/pom.xml index 0720361f..206abd1f 100644 --- a/utils/pom.xml +++ b/utils/pom.xml @@ -6,7 +6,7 @@ io.github.neodix42 top - 0.4.6 + 0.4.7 4.0.0 @@ -52,7 +52,7 @@ io.github.neodix42 tweetnacl-java-8 - 0.4.6 + 0.4.7 compile