From b774936cfbd63012a8bd4b9c24efd304b6847bc3 Mon Sep 17 00:00:00 2001 From: neodiX Date: Thu, 24 Nov 2022 14:14:47 +0100 Subject: [PATCH] release 0.0.6 --- README.md | 4 ++-- address/README.md | 4 ++-- address/pom.xml | 2 +- bitstring/README.md | 4 ++-- bitstring/pom.xml | 2 +- cell/README.md | 4 ++-- cell/pom.xml | 2 +- mnemonic/README.md | 4 ++-- mnemonic/pom.xml | 2 +- pom.xml | 2 +- smartcontract/README.md | 4 ++-- smartcontract/pom.xml | 2 +- tonlib/README.md | 4 ++-- tonlib/pom.xml | 2 +- utils/README.md | 4 ++-- utils/pom.xml | 2 +- 16 files changed, 24 insertions(+), 24 deletions(-) diff --git a/README.md b/README.md index e74e600a..bb3fb799 100644 --- a/README.md +++ b/README.md @@ -13,7 +13,7 @@ Do not forget to place tonlibjson library to your project. Latest Tonlib librari io.github.neodix42 smartcontract - 0.0.5 + 0.0.6 ``` @@ -32,7 +32,7 @@ Do not forget to place tonlibjson library to your project. Latest Tonlib librari io.github.neodix42 ton4j - 0.0.5 + 0.0.6 ``` diff --git a/address/README.md b/address/README.md index b43aece0..c4b64aa7 100644 --- a/address/README.md +++ b/address/README.md @@ -6,7 +6,7 @@ io.github.neodix42 address - 0.0.5 + 0.0.6 ``` @@ -17,7 +17,7 @@ io.github.neodix42.ton4j address - 0.0.5 + 0.0.6 ``` diff --git a/address/pom.xml b/address/pom.xml index e9f7b8d5..c29fcfa2 100644 --- a/address/pom.xml +++ b/address/pom.xml @@ -6,7 +6,7 @@ io.github.neodix42 top - 0.0.5 + 0.0.6 4.0.0 diff --git a/bitstring/README.md b/bitstring/README.md index 98e11629..b62e3d85 100644 --- a/bitstring/README.md +++ b/bitstring/README.md @@ -6,7 +6,7 @@ io.github.neodix42 bitstring - 0.0.5 + 0.0.6 ``` @@ -16,7 +16,7 @@ io.github.neodix42.ton4j bitstring - 0.0.5 + 0.0.6 ``` diff --git a/bitstring/pom.xml b/bitstring/pom.xml index 58d2c829..5e80a173 100644 --- a/bitstring/pom.xml +++ b/bitstring/pom.xml @@ -6,7 +6,7 @@ io.github.neodix42 top - 0.0.5 + 0.0.6 4.0.0 diff --git a/cell/README.md b/cell/README.md index 9f3f0066..ff08b9eb 100644 --- a/cell/README.md +++ b/cell/README.md @@ -6,7 +6,7 @@ io.github.neodix42 cell - 0.0.5 + 0.0.6 ``` @@ -16,7 +16,7 @@ io.github.neodix42.ton4j cell - 0.0.5 + 0.0.6 ``` diff --git a/cell/pom.xml b/cell/pom.xml index 87334d3f..3781da0c 100644 --- a/cell/pom.xml +++ b/cell/pom.xml @@ -6,7 +6,7 @@ io.github.neodix42 top - 0.0.5 + 0.0.6 4.0.0 diff --git a/mnemonic/README.md b/mnemonic/README.md index 098a7e13..c5244d7d 100644 --- a/mnemonic/README.md +++ b/mnemonic/README.md @@ -6,7 +6,7 @@ io.github.neodix42 mnemonic - 0.0.5 + 0.0.6 ``` @@ -16,7 +16,7 @@ io.github.neodix42.ton4j mnemonic - 0.0.5 + 0.0.6 ``` diff --git a/mnemonic/pom.xml b/mnemonic/pom.xml index 136d3fa6..8b250f30 100644 --- a/mnemonic/pom.xml +++ b/mnemonic/pom.xml @@ -5,7 +5,7 @@ top io.github.neodix42 - 0.0.5 + 0.0.6 4.0.0 diff --git a/pom.xml b/pom.xml index 1c772442..8f2de603 100644 --- a/pom.xml +++ b/pom.xml @@ -7,7 +7,7 @@ io.github.neodix42 top pom - 0.0.5 + 0.0.6 bitstring diff --git a/smartcontract/README.md b/smartcontract/README.md index 9d6970e9..59e84e87 100644 --- a/smartcontract/README.md +++ b/smartcontract/README.md @@ -7,7 +7,7 @@ io.github.neodix42 smartcontract - 0.0.5 + 0.0.6 ``` @@ -18,7 +18,7 @@ io.github.neodix42.ton4j smartcontract - 0.0.5 + 0.0.6 ``` diff --git a/smartcontract/pom.xml b/smartcontract/pom.xml index b763cc38..e97b04aa 100644 --- a/smartcontract/pom.xml +++ b/smartcontract/pom.xml @@ -6,7 +6,7 @@ io.github.neodix42 top - 0.0.5 + 0.0.6 4.0.0 diff --git a/tonlib/README.md b/tonlib/README.md index 1df5aaf2..7b5f3241 100644 --- a/tonlib/README.md +++ b/tonlib/README.md @@ -8,7 +8,7 @@ Java Tonlib library uses JNA to access methods in native Tonlib shared library. io.github.neodix42 tonlib - 0.0.5 + 0.0.6 ``` @@ -18,7 +18,7 @@ Java Tonlib library uses JNA to access methods in native Tonlib shared library. io.github.neodix42.ton4j tonlib - 0.0.5 + 0.0.6 ``` diff --git a/tonlib/pom.xml b/tonlib/pom.xml index 93a80ca4..52220d8f 100644 --- a/tonlib/pom.xml +++ b/tonlib/pom.xml @@ -6,7 +6,7 @@ io.github.neodix42 top - 0.0.5 + 0.0.6 4.0.0 diff --git a/utils/README.md b/utils/README.md index 9799609a..e0693626 100644 --- a/utils/README.md +++ b/utils/README.md @@ -7,7 +7,7 @@ io.github.neodix42 utils - 0.0.5 + 0.0.6 ``` @@ -18,7 +18,7 @@ io.github.neodix42.ton4j utils - 0.0.5 + 0.0.6 ``` diff --git a/utils/pom.xml b/utils/pom.xml index 33ac39a6..08d76cb3 100644 --- a/utils/pom.xml +++ b/utils/pom.xml @@ -6,7 +6,7 @@ io.github.neodix42 top - 0.0.5 + 0.0.6 4.0.0