Skip to content

Commit

Permalink
update version in readme files
Browse files Browse the repository at this point in the history
  • Loading branch information
neodix42 committed May 31, 2024
1 parent 7a1c680 commit 5d70f20
Show file tree
Hide file tree
Showing 10 changed files with 20 additions and 20 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ found [here](https://github.com/ton-blockchain/ton/actions).
<dependency>
<groupId>io.github.neodix42</groupId>
<artifactId>smartcontract</artifactId>
<version>0.4.2</version>
<version>0.4.3</version>
</dependency>
```

Expand All @@ -36,7 +36,7 @@ found [here](https://github.com/ton-blockchain/ton/actions).
<dependency>
<groupId>io.github.neodix42</groupId>
<artifactId>ton4j</artifactId>
<version>0.4.2</version>
<version>0.4.3</version>
</dependency>
```

Expand Down
4 changes: 2 additions & 2 deletions address/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<dependency>
<groupId>io.github.neodix42</groupId>
<artifactId>address</artifactId>
<version>0.4.2</version>
<version>0.4.3</version>
</dependency>
```

Expand All @@ -18,7 +18,7 @@
<dependency>
<groupId>io.github.neodix42.ton4j</groupId>
<artifactId>address</artifactId>
<version>0.4.2</version>
<version>0.4.3</version>
</dependency>
```

Expand Down
4 changes: 2 additions & 2 deletions bitstring/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<dependency>
<groupId>io.github.neodix42</groupId>
<artifactId>bitstring</artifactId>
<version>0.4.2</version>
<version>0.4.3</version>
</dependency>
```

Expand All @@ -18,7 +18,7 @@
<dependency>
<groupId>io.github.neodix42.ton4j</groupId>
<artifactId>bitstring</artifactId>
<version>0.4.2</version>
<version>0.4.3</version>
</dependency>
```

Expand Down
4 changes: 2 additions & 2 deletions cell/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<dependency>
<groupId>io.github.neodix42</groupId>
<artifactId>cell</artifactId>
<version>0.4.2</version>
<version>0.4.3</version>
</dependency>
```

Expand All @@ -17,7 +17,7 @@
<dependency>
<groupId>io.github.neodix42.ton4j</groupId>
<artifactId>cell</artifactId>
<version>0.4.2</version>
<version>0.4.3</version>
</dependency>
```

Expand Down
4 changes: 2 additions & 2 deletions emulator/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ Java Emulator wrapper uses JNA to access methods in native emulator shared libra
<dependency>
<groupId>io.github.neodix42</groupId>
<artifactId>emulator</artifactId>
<version>0.4.2</version>
<version>0.4.3</version>
</dependency>
```

Expand All @@ -19,7 +19,7 @@ Java Emulator wrapper uses JNA to access methods in native emulator shared libra
<dependency>
<groupId>io.github.neodix42.ton4j</groupId>
<artifactId>emulator</artifactId>
<version>0.4.2</version>
<version>0.4.3</version>
</dependency>
```

Expand Down
4 changes: 2 additions & 2 deletions liteclient/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ Java Lite-client wrapper uses JNA to access methods in native lite-client binary
<dependency>
<groupId>io.github.neodix42</groupId>
<artifactId>lite-client</artifactId>
<version>0.4.2</version>
<version>0.4.3</version>
</dependency>
```

Expand All @@ -20,7 +20,7 @@ Java Lite-client wrapper uses JNA to access methods in native lite-client binary
<dependency>
<groupId>io.github.neodix42.ton4j</groupId>
<artifactId>lite-client</artifactId>
<version>0.4.2</version>
<version>0.4.3</version>
</dependency>
```

Expand Down
4 changes: 2 additions & 2 deletions mnemonic/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<dependency>
<groupId>io.github.neodix42</groupId>
<artifactId>mnemonic</artifactId>
<version>0.4.2</version>
<version>0.4.3</version>
</dependency>
```

Expand All @@ -18,7 +18,7 @@
<dependency>
<groupId>io.github.neodix42.ton4j</groupId>
<artifactId>mnemonic</artifactId>
<version>0.4.2</version>
<version>0.4.3</version>
</dependency>
```

Expand Down
4 changes: 2 additions & 2 deletions smartcontract/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<dependency>
<groupId>io.github.neodix42</groupId>
<artifactId>smartcontract</artifactId>
<version>0.4.2</version>
<version>0.4.3</version>
</dependency>
```

Expand All @@ -18,7 +18,7 @@
<dependency>
<groupId>io.github.neodix42.ton4j</groupId>
<artifactId>smartcontract</artifactId>
<version>0.4.2</version>
<version>0.4.3</version>
</dependency>
```

Expand Down
4 changes: 2 additions & 2 deletions tonlib/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ Java Tonlib library uses JNA to access methods in native Tonlib shared library.
<dependency>
<groupId>io.github.neodix42</groupId>
<artifactId>tonlib</artifactId>
<version>0.4.2</version>
<version>0.4.3</version>
</dependency>
```

Expand All @@ -20,7 +20,7 @@ Java Tonlib library uses JNA to access methods in native Tonlib shared library.
<dependency>
<groupId>io.github.neodix42.ton4j</groupId>
<artifactId>tonlib</artifactId>
<version>0.4.2</version>
<version>0.4.3</version>
</dependency>
```

Expand Down
4 changes: 2 additions & 2 deletions utils/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<dependency>
<groupId>io.github.neodix42</groupId>
<artifactId>utils</artifactId>
<version>0.4.2</version>
<version>0.4.3</version>
</dependency>
```

Expand All @@ -18,7 +18,7 @@
<dependency>
<groupId>io.github.neodix42.ton4j</groupId>
<artifactId>utils</artifactId>
<version>0.4.2</version>
<version>0.4.3</version>
</dependency>
```

Expand Down

0 comments on commit 5d70f20

Please sign in to comment.