File tree Expand file tree Collapse file tree 21 files changed +34
-34
lines changed Expand file tree Collapse file tree 21 files changed +34
-34
lines changed Original file line number Diff line number Diff 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.2.3 </version >
18+ <version >0.2.4 </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.2.3 </version >
39+ <version >0.2.4 </version >
4040</dependency >
4141```
4242
Original file line number Diff line number Diff line change 66<dependency >
77 <groupId >io.github.neodix42</groupId >
88 <artifactId >address</artifactId >
9- <version >0.2.3 </version >
9+ <version >0.2.4 </version >
1010</dependency >
1111```
1212
1717<dependency >
1818 <groupId >io.github.neodix42.ton4j</groupId >
1919 <artifactId >address</artifactId >
20- <version >0.2.3 </version >
20+ <version >0.2.4 </version >
2121</dependency >
2222```
2323
Original file line number Diff line number Diff line change 66 <parent >
77 <groupId >io.github.neodix42</groupId >
88 <artifactId >top</artifactId >
9- <version >0.2.3 </version >
9+ <version >0.2.4 </version >
1010 </parent >
1111
1212 <modelVersion >4.0.0</modelVersion >
Original file line number Diff line number Diff line change 66<dependency >
77 <groupId >io.github.neodix42</groupId >
88 <artifactId >bitstring</artifactId >
9- <version >0.2.3 </version >
9+ <version >0.2.4 </version >
1010</dependency >
1111```
1212
1616<dependency >
1717 <groupId >io.github.neodix42.ton4j</groupId >
1818 <artifactId >bitstring</artifactId >
19- <version >0.2.3 </version >
19+ <version >0.2.4 </version >
2020</dependency >
2121```
2222
Original file line number Diff line number Diff line change 66 <parent >
77 <groupId >io.github.neodix42</groupId >
88 <artifactId >top</artifactId >
9- <version >0.2.3 </version >
9+ <version >0.2.4 </version >
1010 </parent >
1111
1212 <modelVersion >4.0.0</modelVersion >
Original file line number Diff line number Diff line change 66<dependency >
77 <groupId >io.github.neodix42</groupId >
88 <artifactId >cell</artifactId >
9- <version >0.2.3 </version >
9+ <version >0.2.4 </version >
1010</dependency >
1111```
1212
1616<dependency >
1717 <groupId >io.github.neodix42.ton4j</groupId >
1818 <artifactId >cell</artifactId >
19- <version >0.2.3 </version >
19+ <version >0.2.4 </version >
2020</dependency >
2121```
2222
Original file line number Diff line number Diff line change 66 <parent >
77 <groupId >io.github.neodix42</groupId >
88 <artifactId >top</artifactId >
9- <version >0.2.3 </version >
9+ <version >0.2.4 </version >
1010 </parent >
1111
1212 <modelVersion >4.0.0</modelVersion >
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ Java Emulator wrapper uses JNA to access methods in native emulator shared libra
88<dependency >
99 <groupId >io.github.neodix42</groupId >
1010 <artifactId >emulator</artifactId >
11- <version >0.2.3 </version >
11+ <version >0.2.4 </version >
1212</dependency >
1313```
1414
@@ -18,7 +18,7 @@ Java Emulator wrapper uses JNA to access methods in native emulator shared libra
1818<dependency >
1919 <groupId >io.github.neodix42.ton4j</groupId >
2020 <artifactId >emulator</artifactId >
21- <version >0.2.3 </version >
21+ <version >0.2.4 </version >
2222</dependency >
2323```
2424
Original file line number Diff line number Diff line change 66 <parent >
77 <groupId >io.github.neodix42</groupId >
88 <artifactId >top</artifactId >
9- <version >0.2.3 </version >
9+ <version >0.2.4 </version >
1010 </parent >
1111
1212 <artifactId >emulator</artifactId >
8888 <dependency >
8989 <groupId >io.github.neodix42</groupId >
9090 <artifactId >tonlib</artifactId >
91- <version >0.2.3 </version >
91+ <version >0.2.4 </version >
9292 <scope >test</scope >
9393 </dependency >
9494 <dependency >
9595 <groupId >org.example</groupId >
9696 <artifactId >liteclient</artifactId >
97- <version >0.2.3 </version >
97+ <version >0.2.4 </version >
9898 <scope >test</scope >
9999 </dependency >
100100 </dependencies >
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ Java Lite-client wrapper uses JNA to access methods in native lite-client binary
88<dependency >
99 <groupId >io.github.neodix42</groupId >
1010 <artifactId >lite-client</artifactId >
11- <version >0.2.3 </version >
11+ <version >0.2.4 </version >
1212</dependency >
1313```
1414
@@ -18,7 +18,7 @@ Java Lite-client wrapper uses JNA to access methods in native lite-client binary
1818<dependency >
1919 <groupId >io.github.neodix42.ton4j</groupId >
2020 <artifactId >lite-client</artifactId >
21- <version >0.2.3 </version >
21+ <version >0.2.4 </version >
2222</dependency >
2323```
2424
You can’t perform that action at this time.
0 commit comments