Skip to content

Commit d049df7

Browse files
author
neodiX
committed
upgrade version to 0.2.4 - added HighloadWallet-V3 by contributor @krigga
1 parent 534c9d4 commit d049df7

File tree

21 files changed

+34
-34
lines changed

21 files changed

+34
-34
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.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

address/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
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

@@ -17,7 +17,7 @@
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

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.2.3</version>
9+
<version>0.2.4</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
@@ -6,7 +6,7 @@
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

@@ -16,7 +16,7 @@
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

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.2.3</version>
9+
<version>0.2.4</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
@@ -6,7 +6,7 @@
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

@@ -16,7 +16,7 @@
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

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.2.3</version>
9+
<version>0.2.4</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
@@ -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

emulator/pom.xml

Lines changed: 3 additions & 3 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.2.3</version>
9+
<version>0.2.4</version>
1010
</parent>
1111

1212
<artifactId>emulator</artifactId>
@@ -88,13 +88,13 @@
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>

liteclient/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)