Skip to content

Commit

Permalink
Prepare release 1.3.0 (#28)
Browse files Browse the repository at this point in the history
  • Loading branch information
marchof authored Aug 10, 2022
1 parent 4e4e76b commit 78247a2
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ The latest Three4J version can be obtained with the following Maven dependency:
<dependency>
<groupId>com.mountainminds</groupId>
<artifactId>three4j</artifactId>
<version>1.2.0</version>
<version>1.3.0</version>
</dependency>
```

Expand Down Expand Up @@ -84,7 +84,7 @@ PrivateKey myPrivateKey = KeyEncoder.decodePrivateKey(myPrivateKeyStr);
### Lookups

Sending a Threema message requires you to know the eight character
long Threema ID of the receiver. Users my choose to register their
long Threema ID of the receiver. Users may choose to register their
telephone number or email address with their account which can then
be queried to lookup their Threema ID. Note that we do not disclose
the actual data but only send hash values:
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>com.mountainminds</groupId>
<artifactId>three4j</artifactId>
<version>1.2.0</version>
<version>1.3.0</version>

<name>Three4J - Threema Client API for Java</name>
<description>Client API for Threema Messanger</description>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ static ThreemaId lookups(Gateway gw) throws IOException {
// ### Lookups
//
// Sending a Threema message requires you to know the eight character
// long Threema ID of the receiver. Users my choose to register their
// long Threema ID of the receiver. Users may choose to register their
// telephone number or email address with their account which can then
// be queried to lookup their Threema ID. Note that we do not disclose
// the actual data but only send hash values:
Expand Down

0 comments on commit 78247a2

Please sign in to comment.