File tree Expand file tree Collapse file tree 24 files changed +40
-40
lines changed Expand file tree Collapse file tree 24 files changed +40
-40
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).
15
15
<dependency >
16
16
<groupId >io.github.neodix42</groupId >
17
17
<artifactId >smartcontract</artifactId >
18
- <version >0.5.4 </version >
18
+ <version >0.5.5 </version >
19
19
</dependency >
20
20
```
21
21
@@ -36,7 +36,7 @@ found [here](https://github.com/ton-blockchain/ton/actions).
36
36
<dependency >
37
37
<groupId >io.github.neodix42</groupId >
38
38
<artifactId >ton4j</artifactId >
39
- <version >0.5.4 </version >
39
+ <version >0.5.5 </version >
40
40
</dependency >
41
41
```
42
42
Original file line number Diff line number Diff line change 7
7
<dependency >
8
8
<groupId >io.github.neodix42</groupId >
9
9
<artifactId >address</artifactId >
10
- <version >0.5.4 </version >
10
+ <version >0.5.5 </version >
11
11
</dependency >
12
12
```
13
13
18
18
<dependency >
19
19
<groupId >io.github.neodix42.ton4j</groupId >
20
20
<artifactId >address</artifactId >
21
- <version >0.5.4 </version >
21
+ <version >0.5.5 </version >
22
22
</dependency >
23
23
```
24
24
Original file line number Diff line number Diff line change 6
6
<parent >
7
7
<groupId >io.github.neodix42</groupId >
8
8
<artifactId >top</artifactId >
9
- <version >0.5.4 </version >
9
+ <version >0.5.5 </version >
10
10
</parent >
11
11
12
12
<modelVersion >4.0.0</modelVersion >
Original file line number Diff line number Diff line change 7
7
<dependency >
8
8
<groupId >io.github.neodix42</groupId >
9
9
<artifactId >bitstring</artifactId >
10
- <version >0.5.4 </version >
10
+ <version >0.5.5 </version >
11
11
</dependency >
12
12
```
13
13
18
18
<dependency >
19
19
<groupId >io.github.neodix42.ton4j</groupId >
20
20
<artifactId >bitstring</artifactId >
21
- <version >0.5.4 </version >
21
+ <version >0.5.5 </version >
22
22
</dependency >
23
23
```
24
24
Original file line number Diff line number Diff line change 6
6
<parent >
7
7
<groupId >io.github.neodix42</groupId >
8
8
<artifactId >top</artifactId >
9
- <version >0.5.4 </version >
9
+ <version >0.5.5 </version >
10
10
</parent >
11
11
12
12
<modelVersion >4.0.0</modelVersion >
Original file line number Diff line number Diff line change 7
7
<dependency >
8
8
<groupId >io.github.neodix42</groupId >
9
9
<artifactId >cell</artifactId >
10
- <version >0.5.4 </version >
10
+ <version >0.5.5 </version >
11
11
</dependency >
12
12
```
13
13
17
17
<dependency >
18
18
<groupId >io.github.neodix42.ton4j</groupId >
19
19
<artifactId >cell</artifactId >
20
- <version >0.5.4 </version >
20
+ <version >0.5.5 </version >
21
21
</dependency >
22
22
```
23
23
Original file line number Diff line number Diff line change 6
6
<parent >
7
7
<groupId >io.github.neodix42</groupId >
8
8
<artifactId >top</artifactId >
9
- <version >0.5.4 </version >
9
+ <version >0.5.5 </version >
10
10
</parent >
11
11
12
12
<modelVersion >4.0.0</modelVersion >
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ Java Emulator wrapper uses JNA to access methods in native emulator shared libra
9
9
<dependency >
10
10
<groupId >io.github.neodix42</groupId >
11
11
<artifactId >emulator</artifactId >
12
- <version >0.5.4 </version >
12
+ <version >0.5.5 </version >
13
13
</dependency >
14
14
```
15
15
@@ -19,7 +19,7 @@ Java Emulator wrapper uses JNA to access methods in native emulator shared libra
19
19
<dependency >
20
20
<groupId >io.github.neodix42.ton4j</groupId >
21
21
<artifactId >emulator</artifactId >
22
- <version >0.5.4 </version >
22
+ <version >0.5.5 </version >
23
23
</dependency >
24
24
```
25
25
Original file line number Diff line number Diff line change 6
6
<parent >
7
7
<groupId >io.github.neodix42</groupId >
8
8
<artifactId >top</artifactId >
9
- <version >0.5.4 </version >
9
+ <version >0.5.5 </version >
10
10
</parent >
11
11
12
12
<artifactId >emulator</artifactId >
88
88
<dependency >
89
89
<groupId >io.github.neodix42</groupId >
90
90
<artifactId >tonlib</artifactId >
91
- <version >0.5.4 </version >
91
+ <version >0.5.5 </version >
92
92
<scope >test</scope >
93
93
</dependency >
94
94
<dependency >
95
95
<groupId >io.github.neodix42</groupId >
96
96
<artifactId >liteclient</artifactId >
97
- <version >0.5.4 </version >
97
+ <version >0.5.5 </version >
98
98
<scope >test</scope >
99
99
</dependency >
100
100
<dependency >
101
101
<groupId >io.github.neodix42</groupId >
102
102
<artifactId >smartcontract</artifactId >
103
- <version >0.5.4 </version >
103
+ <version >0.5.5 </version >
104
104
<scope >test</scope >
105
105
</dependency >
106
106
<dependency >
107
107
<groupId >io.github.neodix42</groupId >
108
108
<artifactId >cell</artifactId >
109
- <version >0.5.4 </version >
109
+ <version >0.5.5 </version >
110
110
<scope >compile</scope >
111
111
</dependency >
112
112
</dependencies >
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ Java Lite-client wrapper uses JNA to access methods in native lite-client binary
9
9
<dependency >
10
10
<groupId >io.github.neodix42</groupId >
11
11
<artifactId >lite-client</artifactId >
12
- <version >0.5.4 </version >
12
+ <version >0.5.5 </version >
13
13
</dependency >
14
14
```
15
15
@@ -20,7 +20,7 @@ Java Lite-client wrapper uses JNA to access methods in native lite-client binary
20
20
<dependency >
21
21
<groupId >io.github.neodix42.ton4j</groupId >
22
22
<artifactId >lite-client</artifactId >
23
- <version >0.5.4 </version >
23
+ <version >0.5.5 </version >
24
24
</dependency >
25
25
```
26
26
You can’t perform that action at this time.
0 commit comments