From c085f0c9a6a3de2516ac6e467b22cb16856955df Mon Sep 17 00:00:00 2001 From: neodiX Date: Wed, 12 Jun 2024 15:07:57 +0200 Subject: [PATCH] bump version aligned with tweetnacl --- 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 8b6b3f08..aa4a0ea1 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.4 + 0.4.5 ``` @@ -36,7 +36,7 @@ found [here](https://github.com/ton-blockchain/ton/actions). io.github.neodix42 ton4j - 0.4.4 + 0.4.5 ``` diff --git a/address/README.md b/address/README.md index e7eb39c1..ffa2d251 100644 --- a/address/README.md +++ b/address/README.md @@ -7,7 +7,7 @@ io.github.neodix42 address - 0.4.4 + 0.4.5 ``` @@ -18,7 +18,7 @@ io.github.neodix42.ton4j address - 0.4.4 + 0.4.5 ``` diff --git a/address/pom.xml b/address/pom.xml index 8a76dbb0..b2ee2f06 100644 --- a/address/pom.xml +++ b/address/pom.xml @@ -6,7 +6,7 @@ io.github.neodix42 top - 0.4.4 + 0.4.5 4.0.0 @@ -58,7 +58,7 @@ io.github.neodix42 tweetnacl-java-8 - 0.4.4 + 0.4.5 compile diff --git a/bitstring/README.md b/bitstring/README.md index eaa3c5cc..1008aea5 100644 --- a/bitstring/README.md +++ b/bitstring/README.md @@ -7,7 +7,7 @@ io.github.neodix42 bitstring - 0.4.4 + 0.4.5 ``` @@ -18,7 +18,7 @@ io.github.neodix42.ton4j bitstring - 0.4.4 + 0.4.5 ``` diff --git a/bitstring/pom.xml b/bitstring/pom.xml index 3b8c56f7..10178ded 100644 --- a/bitstring/pom.xml +++ b/bitstring/pom.xml @@ -6,7 +6,7 @@ io.github.neodix42 top - 0.4.4 + 0.4.5 4.0.0 @@ -69,7 +69,7 @@ io.github.neodix42 tweetnacl-java-8 - 0.4.4 + 0.4.5 compile diff --git a/cell/README.md b/cell/README.md index b750a36c..03fa0948 100644 --- a/cell/README.md +++ b/cell/README.md @@ -7,7 +7,7 @@ io.github.neodix42 cell - 0.4.4 + 0.4.5 ``` @@ -17,7 +17,7 @@ io.github.neodix42.ton4j cell - 0.4.4 + 0.4.5 ``` diff --git a/cell/pom.xml b/cell/pom.xml index 12ffc961..cd14601f 100644 --- a/cell/pom.xml +++ b/cell/pom.xml @@ -6,7 +6,7 @@ io.github.neodix42 top - 0.4.4 + 0.4.5 4.0.0 @@ -81,7 +81,7 @@ io.github.neodix42 tweetnacl-java-8 - 0.4.4 + 0.4.5 compile diff --git a/emulator/README.md b/emulator/README.md index b00f742b..ef4813e2 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.4 + 0.4.5 ``` @@ -19,7 +19,7 @@ Java Emulator wrapper uses JNA to access methods in native emulator shared libra io.github.neodix42.ton4j emulator - 0.4.4 + 0.4.5 ``` diff --git a/emulator/pom.xml b/emulator/pom.xml index a1570bb4..b91c9db5 100644 --- a/emulator/pom.xml +++ b/emulator/pom.xml @@ -6,7 +6,7 @@ io.github.neodix42 top - 0.4.4 + 0.4.5 emulator @@ -88,25 +88,25 @@ io.github.neodix42 tonlib - 0.4.4 + 0.4.5 test io.github.neodix42 liteclient - 0.4.4 + 0.4.5 test io.github.neodix42 smartcontract - 0.4.4 + 0.4.5 test io.github.neodix42 cell - 0.4.4 + 0.4.5 compile diff --git a/liteclient/README.md b/liteclient/README.md index d597fa63..bf303330 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.4 + 0.4.5 ``` @@ -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.4 + 0.4.5 ``` diff --git a/liteclient/pom.xml b/liteclient/pom.xml index 7922966c..6ff15bed 100644 --- a/liteclient/pom.xml +++ b/liteclient/pom.xml @@ -6,7 +6,7 @@ io.github.neodix42 top - 0.4.4 + 0.4.5 liteclient diff --git a/mnemonic/README.md b/mnemonic/README.md index cfa339c9..b4b1f65f 100644 --- a/mnemonic/README.md +++ b/mnemonic/README.md @@ -7,7 +7,7 @@ io.github.neodix42 mnemonic - 0.4.4 + 0.4.5 ``` @@ -18,7 +18,7 @@ io.github.neodix42.ton4j mnemonic - 0.4.4 + 0.4.5 ``` diff --git a/mnemonic/pom.xml b/mnemonic/pom.xml index 73bbe4a9..f3974fa2 100644 --- a/mnemonic/pom.xml +++ b/mnemonic/pom.xml @@ -5,7 +5,7 @@ top io.github.neodix42 - 0.4.4 + 0.4.5 4.0.0 diff --git a/pom.xml b/pom.xml index 40375cac..72f37f2b 100644 --- a/pom.xml +++ b/pom.xml @@ -7,7 +7,7 @@ io.github.neodix42 top pom - 0.4.4 + 0.4.5 bitstring diff --git a/smartcontract/README.md b/smartcontract/README.md index ccfeac1c..5994c1df 100644 --- a/smartcontract/README.md +++ b/smartcontract/README.md @@ -7,7 +7,7 @@ io.github.neodix42 smartcontract - 0.4.4 + 0.4.5 ``` @@ -18,7 +18,7 @@ io.github.neodix42.ton4j smartcontract - 0.4.4 + 0.4.5 ``` diff --git a/smartcontract/pom.xml b/smartcontract/pom.xml index 1498bee1..f4fdf77d 100644 --- a/smartcontract/pom.xml +++ b/smartcontract/pom.xml @@ -6,7 +6,7 @@ io.github.neodix42 top - 0.4.4 + 0.4.5 4.0.0 @@ -85,7 +85,7 @@ io.github.neodix42 tweetnacl-java-8 - 0.4.4 + 0.4.5 compile diff --git a/tl/pom.xml b/tl/pom.xml index 1a35f803..718482cc 100644 --- a/tl/pom.xml +++ b/tl/pom.xml @@ -5,7 +5,7 @@ top io.github.neodix42 - 0.4.4 + 0.4.5 4.0.0 @@ -47,7 +47,7 @@ io.github.neodix42 cell - 0.4.4 + 0.4.5 compile diff --git a/tonlib/README.md b/tonlib/README.md index 769cde01..a8dd171e 100644 --- a/tonlib/README.md +++ b/tonlib/README.md @@ -9,7 +9,7 @@ Java Tonlib library uses JNA to access methods in native Tonlib shared library. io.github.neodix42 tonlib - 0.4.4 + 0.4.5 ``` @@ -20,7 +20,7 @@ Java Tonlib library uses JNA to access methods in native Tonlib shared library. io.github.neodix42.ton4j tonlib - 0.4.4 + 0.4.5 ``` diff --git a/tonlib/pom.xml b/tonlib/pom.xml index f74f548f..29519a86 100644 --- a/tonlib/pom.xml +++ b/tonlib/pom.xml @@ -6,7 +6,7 @@ io.github.neodix42 top - 0.4.4 + 0.4.5 4.0.0 @@ -74,7 +74,7 @@ io.github.neodix42 tweetnacl-java-8 - 0.4.4 + 0.4.5 compile diff --git a/tweetnacl-java/pom.xml b/tweetnacl-java/pom.xml index 655b9fec..a0625449 100644 --- a/tweetnacl-java/pom.xml +++ b/tweetnacl-java/pom.xml @@ -4,7 +4,7 @@ io.github.neodix42 top - 0.4.4 + 0.4.5 tweetnacl-java-8 diff --git a/utils/README.md b/utils/README.md index 033e9054..8beea73f 100644 --- a/utils/README.md +++ b/utils/README.md @@ -7,7 +7,7 @@ io.github.neodix42 utils - 0.4.4 + 0.4.5 ``` @@ -18,7 +18,7 @@ io.github.neodix42.ton4j utils - 0.4.4 + 0.4.5 ``` diff --git a/utils/pom.xml b/utils/pom.xml index 960edd65..1a32f722 100644 --- a/utils/pom.xml +++ b/utils/pom.xml @@ -6,7 +6,7 @@ io.github.neodix42 top - 0.4.4 + 0.4.5 4.0.0 @@ -52,7 +52,7 @@ io.github.neodix42 tweetnacl-java-8 - 0.4.4 + 0.4.5 compile