Skip to content

Commit f76aa0f

Browse files
committed
bump up version
1 parent f50b59e commit f76aa0f

File tree

34 files changed

+54
-54
lines changed

34 files changed

+54
-54
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ ton4j requires minimum Java 11.
1515
<dependency>
1616
<groupId>io.github.neodix42</groupId>
1717
<artifactId>smartcontract</artifactId>
18-
<version>0.9.9</version>
18+
<version>1.0.0</version>
1919
</dependency>
2020
```
2121

@@ -36,7 +36,7 @@ ton4j requires minimum Java 11.
3636
<dependency>
3737
<groupId>io.github.neodix42</groupId>
3838
<artifactId>ton4j</artifactId>
39-
<version>0.9.9</version>
39+
<version>1.0.0</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.9.9</version>
9+
<version>1.0.0</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.9.9</version>
20+
<version>1.0.0</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.9.9</version>
9+
<version>1.0.0</version>
1010
</parent>
1111

1212
<modelVersion>4.0.0</modelVersion>

adnl/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.9.9</version>
9+
<version>1.0.0</version>
1010
</parent>
1111

1212
<artifactId>adnl</artifactId>

bitstring/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<dependency>
88
<groupId>io.github.neodix42</groupId>
99
<artifactId>bitstring</artifactId>
10-
<version>0.9.9</version>
10+
<version>1.0.0</version>
1111
</dependency>
1212
```
1313

@@ -17,7 +17,7 @@
1717
<dependency>
1818
<groupId>io.github.neodix42.ton4j</groupId>
1919
<artifactId>bitstring</artifactId>
20-
<version>0.9.9</version>
20+
<version>1.0.0</version>
2121
</dependency>
2222
```
2323

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.9.9</version>
9+
<version>1.0.0</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
@@ -7,7 +7,7 @@
77
<dependency>
88
<groupId>io.github.neodix42</groupId>
99
<artifactId>cell</artifactId>
10-
<version>0.9.9</version>
10+
<version>1.0.0</version>
1111
</dependency>
1212
```
1313

@@ -18,7 +18,7 @@
1818
<dependency>
1919
<groupId>io.github.neodix42.ton4j</groupId>
2020
<artifactId>cell</artifactId>
21-
<version>0.9.9</version>
21+
<version>1.0.0</version>
2222
</dependency>
2323
```
2424

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.9.9</version>
9+
<version>1.0.0</version>
1010
</parent>
1111

1212
<modelVersion>4.0.0</modelVersion>

disassembler/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
<dependency>
1212
<groupId>io.github.neodix42</groupId>
1313
<artifactId>disassembler</artifactId>
14-
<version>0.9.9</version>
14+
<version>1.0.0</version>
1515
</dependency>
1616
```
1717

disassembler/pom.xml

Lines changed: 2 additions & 2 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.9.9</version>
9+
<version>1.0.0</version>
1010
</parent>
1111

1212
<artifactId>disassembler</artifactId>
@@ -35,7 +35,7 @@
3535
<dependency>
3636
<groupId>io.github.neodix42</groupId>
3737
<artifactId>smartcontract</artifactId>
38-
<version>0.9.9</version>
38+
<version>1.0.0</version>
3939
</dependency>
4040
<dependency>
4141
<groupId>junit</groupId>

0 commit comments

Comments
 (0)