Skip to content

Commit 8db3636

Browse files
committed
upgrade to 0.5.5
1 parent b870b4c commit 8db3636

File tree

24 files changed

+40
-40
lines changed

24 files changed

+40
-40
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ found [here](https://github.com/ton-blockchain/ton/actions).
1515
<dependency>
1616
<groupId>io.github.neodix42</groupId>
1717
<artifactId>smartcontract</artifactId>
18-
<version>0.5.4</version>
18+
<version>0.5.5</version>
1919
</dependency>
2020
```
2121

@@ -36,7 +36,7 @@ found [here](https://github.com/ton-blockchain/ton/actions).
3636
<dependency>
3737
<groupId>io.github.neodix42</groupId>
3838
<artifactId>ton4j</artifactId>
39-
<version>0.5.4</version>
39+
<version>0.5.5</version>
4040
</dependency>
4141
```
4242

address/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<dependency>
88
<groupId>io.github.neodix42</groupId>
99
<artifactId>address</artifactId>
10-
<version>0.5.4</version>
10+
<version>0.5.5</version>
1111
</dependency>
1212
```
1313

@@ -18,7 +18,7 @@
1818
<dependency>
1919
<groupId>io.github.neodix42.ton4j</groupId>
2020
<artifactId>address</artifactId>
21-
<version>0.5.4</version>
21+
<version>0.5.5</version>
2222
</dependency>
2323
```
2424

address/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<parent>
77
<groupId>io.github.neodix42</groupId>
88
<artifactId>top</artifactId>
9-
<version>0.5.4</version>
9+
<version>0.5.5</version>
1010
</parent>
1111

1212
<modelVersion>4.0.0</modelVersion>

bitstring/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<dependency>
88
<groupId>io.github.neodix42</groupId>
99
<artifactId>bitstring</artifactId>
10-
<version>0.5.4</version>
10+
<version>0.5.5</version>
1111
</dependency>
1212
```
1313

@@ -18,7 +18,7 @@
1818
<dependency>
1919
<groupId>io.github.neodix42.ton4j</groupId>
2020
<artifactId>bitstring</artifactId>
21-
<version>0.5.4</version>
21+
<version>0.5.5</version>
2222
</dependency>
2323
```
2424

bitstring/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<parent>
77
<groupId>io.github.neodix42</groupId>
88
<artifactId>top</artifactId>
9-
<version>0.5.4</version>
9+
<version>0.5.5</version>
1010
</parent>
1111

1212
<modelVersion>4.0.0</modelVersion>

cell/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<dependency>
88
<groupId>io.github.neodix42</groupId>
99
<artifactId>cell</artifactId>
10-
<version>0.5.4</version>
10+
<version>0.5.5</version>
1111
</dependency>
1212
```
1313

@@ -17,7 +17,7 @@
1717
<dependency>
1818
<groupId>io.github.neodix42.ton4j</groupId>
1919
<artifactId>cell</artifactId>
20-
<version>0.5.4</version>
20+
<version>0.5.5</version>
2121
</dependency>
2222
```
2323

cell/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<parent>
77
<groupId>io.github.neodix42</groupId>
88
<artifactId>top</artifactId>
9-
<version>0.5.4</version>
9+
<version>0.5.5</version>
1010
</parent>
1111

1212
<modelVersion>4.0.0</modelVersion>

emulator/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ Java Emulator wrapper uses JNA to access methods in native emulator shared libra
99
<dependency>
1010
<groupId>io.github.neodix42</groupId>
1111
<artifactId>emulator</artifactId>
12-
<version>0.5.4</version>
12+
<version>0.5.5</version>
1313
</dependency>
1414
```
1515

@@ -19,7 +19,7 @@ Java Emulator wrapper uses JNA to access methods in native emulator shared libra
1919
<dependency>
2020
<groupId>io.github.neodix42.ton4j</groupId>
2121
<artifactId>emulator</artifactId>
22-
<version>0.5.4</version>
22+
<version>0.5.5</version>
2323
</dependency>
2424
```
2525

emulator/pom.xml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<parent>
77
<groupId>io.github.neodix42</groupId>
88
<artifactId>top</artifactId>
9-
<version>0.5.4</version>
9+
<version>0.5.5</version>
1010
</parent>
1111

1212
<artifactId>emulator</artifactId>
@@ -88,25 +88,25 @@
8888
<dependency>
8989
<groupId>io.github.neodix42</groupId>
9090
<artifactId>tonlib</artifactId>
91-
<version>0.5.4</version>
91+
<version>0.5.5</version>
9292
<scope>test</scope>
9393
</dependency>
9494
<dependency>
9595
<groupId>io.github.neodix42</groupId>
9696
<artifactId>liteclient</artifactId>
97-
<version>0.5.4</version>
97+
<version>0.5.5</version>
9898
<scope>test</scope>
9999
</dependency>
100100
<dependency>
101101
<groupId>io.github.neodix42</groupId>
102102
<artifactId>smartcontract</artifactId>
103-
<version>0.5.4</version>
103+
<version>0.5.5</version>
104104
<scope>test</scope>
105105
</dependency>
106106
<dependency>
107107
<groupId>io.github.neodix42</groupId>
108108
<artifactId>cell</artifactId>
109-
<version>0.5.4</version>
109+
<version>0.5.5</version>
110110
<scope>compile</scope>
111111
</dependency>
112112
</dependencies>

liteclient/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ Java Lite-client wrapper uses JNA to access methods in native lite-client binary
99
<dependency>
1010
<groupId>io.github.neodix42</groupId>
1111
<artifactId>lite-client</artifactId>
12-
<version>0.5.4</version>
12+
<version>0.5.5</version>
1313
</dependency>
1414
```
1515

@@ -20,7 +20,7 @@ Java Lite-client wrapper uses JNA to access methods in native lite-client binary
2020
<dependency>
2121
<groupId>io.github.neodix42.ton4j</groupId>
2222
<artifactId>lite-client</artifactId>
23-
<version>0.5.4</version>
23+
<version>0.5.5</version>
2424
</dependency>
2525
```
2626

0 commit comments

Comments
 (0)