From 78247a26d211f68ee5ccbced8bf6fa739248a588 Mon Sep 17 00:00:00 2001 From: "Marc R. Hoffmann" Date: Wed, 10 Aug 2022 22:11:28 +0200 Subject: [PATCH] Prepare release 1.3.0 (#28) --- README.md | 4 ++-- pom.xml | 2 +- src/test/java/com/mountainminds/three4j/guide/ApiGuide.java | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 7a3c2a6..d14b99d 100644 --- a/README.md +++ b/README.md @@ -23,7 +23,7 @@ The latest Three4J version can be obtained with the following Maven dependency: com.mountainminds three4j - 1.2.0 + 1.3.0 ``` @@ -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: diff --git a/pom.xml b/pom.xml index 04bed41..9419712 100644 --- a/pom.xml +++ b/pom.xml @@ -4,7 +4,7 @@ 4.0.0 com.mountainminds three4j - 1.2.0 + 1.3.0 Three4J - Threema Client API for Java Client API for Threema Messanger diff --git a/src/test/java/com/mountainminds/three4j/guide/ApiGuide.java b/src/test/java/com/mountainminds/three4j/guide/ApiGuide.java index 7924d9f..a7a757f 100644 --- a/src/test/java/com/mountainminds/three4j/guide/ApiGuide.java +++ b/src/test/java/com/mountainminds/three4j/guide/ApiGuide.java @@ -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: