aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorckl <ckl@google.com>2021-04-29 16:00:02 -0700
committerCopybara-Service <copybara-worker@google.com>2021-04-29 16:00:38 -0700
commita3d64c062a01075bd6958241ce66163530a31c2b (patch)
treef9d0f632b00f65a4281375def34cb42f8c7e8a85 /README.md
parent3346d15686752bea13af8df3c63d6607025d3454 (diff)
downloadtink-a3d64c062a01075bd6958241ce66163530a31c2b.tar.gz
Bump version references to 1.6.0.
PiperOrigin-RevId: 371223896
Diffstat (limited to 'README.md')
-rw-r--r--README.md10
1 files changed, 5 insertions, 5 deletions
diff --git a/README.md b/README.md
index 0de503238..ddfcb16d3 100644
--- a/README.md
+++ b/README.md
@@ -48,8 +48,8 @@ presented at [Real World Crypto 2019](https://rwc.iacr.org/2019/).
[Java/Android](docs/JAVA-HOWTO.md), [C++](docs/CPP-HOWTO.md),
[Obj-C](docs/OBJC-HOWTO.md), [Go](docs/GOLANG-HOWTO.md), and
[Python](docs/PYTHON-HOWTO.md) are field tested and ready for production. The
-latest version is [1.5.0](https://github.com/google/tink/releases/tag/v1.5.0),
-released on 2020-10-13.
+latest version is [1.6.0](https://github.com/google/tink/releases/tag/v1.6.0),
+released on 2021-04-29.
Javascript/Typescript is in an alpha state and should only be used for testing.
@@ -82,7 +82,7 @@ go get github.com/google/tink/go/...
<dependency>
<groupId>com.google.crypto.tink</groupId>
<artifactId>tink</artifactId>
- <version>1.5.0</version>
+ <version>1.6.0</version>
</dependency>
```
@@ -90,7 +90,7 @@ go get github.com/google/tink/go/...
```
dependencies {
- implementation 'com.google.crypto.tink:tink-android:1.5.0'
+ implementation 'com.google.crypto.tink:tink-android:1.6.0'
}
```
@@ -99,7 +99,7 @@ dependencies {
```sh
cd /path/to/your/Xcode project/
pod init
-pod 'Tink', '1.5.0'
+pod 'Tink', '1.6.0'
pod install
```