Skip to content

Commit 1cecd46

Browse files
committed
release 0.5.0
Signed-off-by: gtebrean <99179176+gtebrean@users.noreply.github.com>
1 parent 0d3faa7 commit 1cecd46

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

MAINTAINERS.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@ Maintainers
66
| Name | GitHub | Chat |
77
|----------------|--------|-----|
88
| Conor Svensson | [conor10][conor10] | conor10 |
9-
| Andrii | [andrii-kl][andrii-kl] | andrii-kl |
109
| George Ţebrean | [gtebrean][gtebrean] | gdev#2230 |
1110
| Nischal Sharma | [NickSneo][NickSneo] | nicks1106 |
1211

@@ -15,7 +14,6 @@ Maintainers
1514
[conor10]: https://github.com/conor10
1615
[gtebrean]: https://github.com/gtebrean
1716
[NickSneo]: https://github.com/NickSneo
18-
[andrii-kl]: https://github.com/andrii-kl
1917

2018

2119

@@ -24,5 +22,7 @@ Maintainers
2422
| Name | GitHub | Chat |
2523
|------|------------------|------|
2624
|Christian Felde | [cfelde][cfelde] | cfelde |
25+
| Andrii | [andrii-kl][andrii-kl] | andrii-kl |
2726

2827
[cfelde]: https://github.com/cfelde
28+
[andrii-kl]: https://github.com/andrii-kl

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ Sokt is currently under active development. You can use it in one of your own pr
66

77
```groovy
88
dependencies {
9-
compile group: 'org.web3j', name: 'web3j-sokt', version: '0.4.0'
9+
compile group: 'org.web3j', name: 'web3j-sokt', version: '0.5.0'
1010
}
1111
```
1212
For other build systems, see [here](https://mvnrepository.com/artifact/org.web3j/web3j-sokt/0.2.1).

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
kotlin.code.style=official
2-
version=0.4.1-SNAPSHOT
2+
version=0.5.0

0 commit comments

Comments
 (0)