Skip to content

Commit

Permalink
bump up version (there was a mistake in merging fixes)
Browse files Browse the repository at this point in the history
  • Loading branch information
neodiX committed Aug 8, 2024
1 parent 86e09f3 commit eac7650
Show file tree
Hide file tree
Showing 22 changed files with 37 additions and 37 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.9</version>
<version>0.5.0</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.9</version>
<version>0.5.0</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.9</version>
<version>0.5.0</version>
</dependency>
```

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

Expand Down
2 changes: 1 addition & 1 deletion address/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>io.github.neodix42</groupId>
<artifactId>top</artifactId>
<version>0.4.9</version>
<version>0.5.0</version>
</parent>

<modelVersion>4.0.0</modelVersion>
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.9</version>
<version>0.5.0</version>
</dependency>
```

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

Expand Down
2 changes: 1 addition & 1 deletion bitstring/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>io.github.neodix42</groupId>
<artifactId>top</artifactId>
<version>0.4.9</version>
<version>0.5.0</version>
</parent>

<modelVersion>4.0.0</modelVersion>
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.9</version>
<version>0.5.0</version>
</dependency>
```

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

Expand Down
2 changes: 1 addition & 1 deletion cell/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>io.github.neodix42</groupId>
<artifactId>top</artifactId>
<version>0.4.9</version>
<version>0.5.0</version>
</parent>

<modelVersion>4.0.0</modelVersion>
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.9</version>
<version>0.5.0</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.9</version>
<version>0.5.0</version>
</dependency>
```

Expand Down
10 changes: 5 additions & 5 deletions emulator/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>io.github.neodix42</groupId>
<artifactId>top</artifactId>
<version>0.4.9</version>
<version>0.5.0</version>
</parent>

<artifactId>emulator</artifactId>
Expand Down Expand Up @@ -88,25 +88,25 @@
<dependency>
<groupId>io.github.neodix42</groupId>
<artifactId>tonlib</artifactId>
<version>0.4.9</version>
<version>0.5.0</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>io.github.neodix42</groupId>
<artifactId>liteclient</artifactId>
<version>0.4.9</version>
<version>0.5.0</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>io.github.neodix42</groupId>
<artifactId>smartcontract</artifactId>
<version>0.4.9</version>
<version>0.5.0</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>io.github.neodix42</groupId>
<artifactId>cell</artifactId>
<version>0.4.9</version>
<version>0.5.0</version>
<scope>compile</scope>
</dependency>
</dependencies>
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.9</version>
<version>0.5.0</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.9</version>
<version>0.5.0</version>
</dependency>
```

Expand Down
2 changes: 1 addition & 1 deletion liteclient/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>io.github.neodix42</groupId>
<artifactId>top</artifactId>
<version>0.4.9</version>
<version>0.5.0</version>
</parent>

<artifactId>liteclient</artifactId>
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.9</version>
<version>0.5.0</version>
</dependency>
```

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

Expand Down
2 changes: 1 addition & 1 deletion mnemonic/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>top</artifactId>
<groupId>io.github.neodix42</groupId>
<version>0.4.9</version>
<version>0.5.0</version>
</parent>

<modelVersion>4.0.0</modelVersion>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<groupId>io.github.neodix42</groupId>
<artifactId>top</artifactId>
<packaging>pom</packaging>
<version>0.4.9</version>
<version>0.5.0</version>

<modules>
<module>bitstring</module>
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.9</version>
<version>0.5.0</version>
</dependency>
```

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

Expand Down
2 changes: 1 addition & 1 deletion smartcontract/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>io.github.neodix42</groupId>
<artifactId>top</artifactId>
<version>0.4.9</version>
<version>0.5.0</version>
</parent>

<modelVersion>4.0.0</modelVersion>
Expand Down
4 changes: 2 additions & 2 deletions tl/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>top</artifactId>
<groupId>io.github.neodix42</groupId>
<version>0.4.9</version>
<version>0.5.0</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down Expand Up @@ -47,7 +47,7 @@
<dependency>
<groupId>io.github.neodix42</groupId>
<artifactId>cell</artifactId>
<version>0.4.9</version>
<version>0.5.0</version>
<scope>compile</scope>
</dependency>
<dependency>
Expand Down
4 changes: 2 additions & 2 deletions tonlib/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ You can get the latest tonlib library by:
<dependency>
<groupId>io.github.neodix42</groupId>
<artifactId>tonlib</artifactId>
<version>0.4.9</version>
<version>0.5.0</version>
</dependency>
```

Expand All @@ -27,7 +27,7 @@ You can get the latest tonlib library by:
<dependency>
<groupId>io.github.neodix42.ton4j</groupId>
<artifactId>tonlib</artifactId>
<version>0.4.9</version>
<version>0.5.0</version>
</dependency>
```

Expand Down
2 changes: 1 addition & 1 deletion tonlib/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>io.github.neodix42</groupId>
<artifactId>top</artifactId>
<version>0.4.9</version>
<version>0.5.0</version>
</parent>

<modelVersion>4.0.0</modelVersion>
Expand Down
2 changes: 1 addition & 1 deletion tweetnacl-java/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>io.github.neodix42</groupId>
<artifactId>top</artifactId>
<version>0.4.9</version>
<version>0.5.0</version>
</parent>

<artifactId>tweetnacl-java-8</artifactId>
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.9</version>
<version>0.5.0</version>
</dependency>
```

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

Expand Down
2 changes: 1 addition & 1 deletion utils/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>io.github.neodix42</groupId>
<artifactId>top</artifactId>
<version>0.4.9</version>
<version>0.5.0</version>
</parent>

<modelVersion>4.0.0</modelVersion>
Expand Down

0 comments on commit eac7650

Please sign in to comment.