File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed
src/test/java/com/mountainminds/three4j/guide Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ The latest Three4J version can be obtained with the following Maven dependency:
2323<dependency >
2424 <groupId >com.mountainminds</groupId >
2525 <artifactId >three4j</artifactId >
26- <version >1.2 .0</version >
26+ <version >1.3 .0</version >
2727</dependency >
2828```
2929
@@ -84,7 +84,7 @@ PrivateKey myPrivateKey = KeyEncoder.decodePrivateKey(myPrivateKeyStr);
8484### Lookups
8585
8686Sending a Threema message requires you to know the eight character
87- long Threema ID of the receiver. Users my choose to register their
87+ long Threema ID of the receiver. Users may choose to register their
8888telephone number or email address with their account which can then
8989be queried to lookup their Threema ID. Note that we do not disclose
9090the actual data but only send hash values:
Original file line number Diff line number Diff line change 44 <modelVersion >4.0.0</modelVersion >
55 <groupId >com.mountainminds</groupId >
66 <artifactId >three4j</artifactId >
7- <version >1.2 .0</version >
7+ <version >1.3 .0</version >
88
99 <name >Three4J - Threema Client API for Java</name >
1010 <description >Client API for Threema Messanger</description >
Original file line number Diff line number Diff line change @@ -91,7 +91,7 @@ static ThreemaId lookups(Gateway gw) throws IOException {
9191 // ### Lookups
9292 //
9393 // Sending a Threema message requires you to know the eight character
94- // long Threema ID of the receiver. Users my choose to register their
94+ // long Threema ID of the receiver. Users may choose to register their
9595 // telephone number or email address with their account which can then
9696 // be queried to lookup their Threema ID. Note that we do not disclose
9797 // the actual data but only send hash values:
You can’t perform that action at this time.
0 commit comments