Skip to content

Commit 78247a2

Browse files
authored
Prepare release 1.3.0 (#28)
1 parent 4e4e76b commit 78247a2

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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

8686
Sending 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
8888
telephone number or email address with their account which can then
8989
be queried to lookup their Threema ID. Note that we do not disclose
9090
the actual data but only send hash values:

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
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>

src/test/java/com/mountainminds/three4j/guide/ApiGuide.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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:

0 commit comments

Comments
 (0)