Skip to content

Commit 9bebd7e

Browse files
committed
update version
1 parent ba46812 commit 9bebd7e

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Changelog
22

3-
## v2.14.0
3+
## v1.2.14
44

55
## Added
66

examples/echobot_full/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ You need to have a local fake email server running. The easiest way to do that i
88

99
```
1010
$ docker pull ghcr.io/deltachat/mail-server-tester:release
11-
$ docker run -it --rm -p 3025:25 -p 3110:110 -p 3143:143 -p 3465:465 -p 3993:993 ghcr.io/deltachat/mail-server-tester
11+
$ docker run -it --rm -p 3025:25 -p 3110:110 -p 3143:143 -p 3465:465 -p 3993:993 ghcr.io/deltachat/mail-server-tester:release
1212
```
1313

1414
Then you can run the tests:

examples/echobot_full/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ module echobot
33
go 1.25
44

55
require (
6-
github.com/chatmail/rpc-client-go v1.134.0
6+
github.com/chatmail/rpc-client-go v1.2.14
77
github.com/stretchr/testify v1.8.2
88
)
99

examples/webxdc_rpc/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ module rpcbot
22

33
go 1.25
44

5-
require github.com/chatmail/rpc-client-go v1.134.0
5+
require github.com/chatmail/rpc-client-go v1.2.14
66

77
require (
88
github.com/creachadair/jrpc2 v1.1.2 // indirect

0 commit comments

Comments
 (0)