diff --git a/README.md b/README.md
index 5e0ec67b..415b83e3 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.5.0
+ 0.5.1
```
@@ -36,7 +36,7 @@ found [here](https://github.com/ton-blockchain/ton/actions).
io.github.neodix42
ton4j
- 0.5.0
+ 0.5.1
```
diff --git a/address/README.md b/address/README.md
index 5a9983d7..b335696c 100644
--- a/address/README.md
+++ b/address/README.md
@@ -7,7 +7,7 @@
io.github.neodix42
address
- 0.5.0
+ 0.5.1
```
@@ -18,7 +18,7 @@
io.github.neodix42.ton4j
address
- 0.5.0
+ 0.5.1
```
diff --git a/address/pom.xml b/address/pom.xml
index da6e7d17..1f3bc92a 100644
--- a/address/pom.xml
+++ b/address/pom.xml
@@ -6,7 +6,7 @@
io.github.neodix42
top
- 0.5.0
+ 0.5.1
4.0.0
diff --git a/bitstring/README.md b/bitstring/README.md
index 408062fa..9b0ca65a 100644
--- a/bitstring/README.md
+++ b/bitstring/README.md
@@ -7,7 +7,7 @@
io.github.neodix42
bitstring
- 0.5.0
+ 0.5.1
```
@@ -18,7 +18,7 @@
io.github.neodix42.ton4j
bitstring
- 0.5.0
+ 0.5.1
```
diff --git a/bitstring/pom.xml b/bitstring/pom.xml
index 93895607..d16cb40f 100644
--- a/bitstring/pom.xml
+++ b/bitstring/pom.xml
@@ -6,7 +6,7 @@
io.github.neodix42
top
- 0.5.0
+ 0.5.1
4.0.0
diff --git a/cell/README.md b/cell/README.md
index b00bbe29..5e415302 100644
--- a/cell/README.md
+++ b/cell/README.md
@@ -7,7 +7,7 @@
io.github.neodix42
cell
- 0.5.0
+ 0.5.1
```
@@ -17,7 +17,7 @@
io.github.neodix42.ton4j
cell
- 0.5.0
+ 0.5.1
```
diff --git a/cell/pom.xml b/cell/pom.xml
index 898b0f11..1b33e2fd 100644
--- a/cell/pom.xml
+++ b/cell/pom.xml
@@ -6,7 +6,7 @@
io.github.neodix42
top
- 0.5.0
+ 0.5.1
4.0.0
diff --git a/cell/src/test/java/org/ton/java/cell/TestBocDeserealization.java b/cell/src/test/java/org/ton/java/cell/TestBocDeserealization.java
index e3496617..3aa0b094 100644
--- a/cell/src/test/java/org/ton/java/cell/TestBocDeserealization.java
+++ b/cell/src/test/java/org/ton/java/cell/TestBocDeserealization.java
@@ -60,9 +60,8 @@ public void testBocDeserializationAllConfig() throws IOException {
log.info(Utils.bytesToHex(cell.toBoc(true)));
String actual = StringUtils.trim(cell.print());
- String expected = StringUtils.replaceChars(cellOutput, "\r\n", "\n");
- assertThat(actual).isEqualTo(expected);
+ assertThat(actual).isEqualTo(cellOutput);
}
diff --git a/emulator/README.md b/emulator/README.md
index e2afee96..b1e1fafb 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.5.0
+ 0.5.1
```
@@ -19,7 +19,7 @@ Java Emulator wrapper uses JNA to access methods in native emulator shared libra
io.github.neodix42.ton4j
emulator
- 0.5.0
+ 0.5.1
```
diff --git a/emulator/pom.xml b/emulator/pom.xml
index 97dcb0c5..772f0bf0 100644
--- a/emulator/pom.xml
+++ b/emulator/pom.xml
@@ -6,7 +6,7 @@
io.github.neodix42
top
- 0.5.0
+ 0.5.1
emulator
@@ -88,25 +88,25 @@
io.github.neodix42
tonlib
- 0.5.0
+ 0.5.1
test
io.github.neodix42
liteclient
- 0.5.0
+ 0.5.1
test
io.github.neodix42
smartcontract
- 0.5.0
+ 0.5.1
test
io.github.neodix42
cell
- 0.5.0
+ 0.5.1
compile
diff --git a/liteclient/README.md b/liteclient/README.md
index 95c67767..adf1d2fa 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.5.0
+ 0.5.1
```
@@ -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.5.0
+ 0.5.1
```
diff --git a/liteclient/pom.xml b/liteclient/pom.xml
index 78af15a9..48e6f812 100644
--- a/liteclient/pom.xml
+++ b/liteclient/pom.xml
@@ -6,7 +6,7 @@
io.github.neodix42
top
- 0.5.0
+ 0.5.1
liteclient
diff --git a/mnemonic/README.md b/mnemonic/README.md
index 19f9396d..fabedbe5 100644
--- a/mnemonic/README.md
+++ b/mnemonic/README.md
@@ -7,7 +7,7 @@
io.github.neodix42
mnemonic
- 0.5.0
+ 0.5.1
```
@@ -18,7 +18,7 @@
io.github.neodix42.ton4j
mnemonic
- 0.5.0
+ 0.5.1
```
diff --git a/mnemonic/pom.xml b/mnemonic/pom.xml
index 2178639f..67a22e22 100644
--- a/mnemonic/pom.xml
+++ b/mnemonic/pom.xml
@@ -5,7 +5,7 @@
top
io.github.neodix42
- 0.5.0
+ 0.5.1
4.0.0
diff --git a/pom.xml b/pom.xml
index 5279b2ef..803939ee 100644
--- a/pom.xml
+++ b/pom.xml
@@ -7,7 +7,7 @@
io.github.neodix42
top
pom
- 0.5.0
+ 0.5.1
bitstring
diff --git a/smartcontract/README.md b/smartcontract/README.md
index 6ff8d47c..e5281d46 100644
--- a/smartcontract/README.md
+++ b/smartcontract/README.md
@@ -7,7 +7,7 @@
io.github.neodix42
smartcontract
- 0.5.0
+ 0.5.1
```
@@ -18,7 +18,7 @@
io.github.neodix42.ton4j
smartcontract
- 0.5.0
+ 0.5.1
```
diff --git a/smartcontract/pom.xml b/smartcontract/pom.xml
index c211f148..cf99f9ee 100644
--- a/smartcontract/pom.xml
+++ b/smartcontract/pom.xml
@@ -6,7 +6,7 @@
io.github.neodix42
top
- 0.5.0
+ 0.5.1
4.0.0
diff --git a/tl/pom.xml b/tl/pom.xml
index beae584d..9db66de5 100644
--- a/tl/pom.xml
+++ b/tl/pom.xml
@@ -5,7 +5,7 @@
top
io.github.neodix42
- 0.5.0
+ 0.5.1
4.0.0
@@ -47,7 +47,7 @@
io.github.neodix42
cell
- 0.5.0
+ 0.5.1
compile
diff --git a/tonlib/README.md b/tonlib/README.md
index d0aeb1c4..c481dfeb 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.5.0
+ 0.5.1
```
@@ -27,7 +27,7 @@ You can get the latest tonlib library by:
io.github.neodix42.ton4j
tonlib
- 0.5.0
+ 0.5.1
```
diff --git a/tonlib/pom.xml b/tonlib/pom.xml
index e8a0a3cc..8f99c6d2 100644
--- a/tonlib/pom.xml
+++ b/tonlib/pom.xml
@@ -6,7 +6,7 @@
io.github.neodix42
top
- 0.5.0
+ 0.5.1
4.0.0
diff --git a/tweetnacl-java/pom.xml b/tweetnacl-java/pom.xml
index fbd30d83..62164011 100644
--- a/tweetnacl-java/pom.xml
+++ b/tweetnacl-java/pom.xml
@@ -4,7 +4,7 @@
io.github.neodix42
top
- 0.5.0
+ 0.5.1
tweetnacl-java-8
diff --git a/utils/README.md b/utils/README.md
index cdf53b90..dd88c81a 100644
--- a/utils/README.md
+++ b/utils/README.md
@@ -7,7 +7,7 @@
io.github.neodix42
utils
- 0.5.0
+ 0.5.1
```
@@ -18,7 +18,7 @@
io.github.neodix42.ton4j
utils
- 0.5.0
+ 0.5.1
```
diff --git a/utils/pom.xml b/utils/pom.xml
index 094b549c..e7ebf59e 100644
--- a/utils/pom.xml
+++ b/utils/pom.xml
@@ -6,7 +6,7 @@
io.github.neodix42
top
- 0.5.0
+ 0.5.1
4.0.0