Skip to content
This repository has been archived by the owner on Apr 17, 2024. It is now read-only.

Commit

Permalink
Update missed version references to 1.6.0.
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 383742198
  • Loading branch information
chuckx authored and copybara-github committed Jul 8, 2021
1 parent e29b788 commit 1b5ddd7
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
10 changes: 5 additions & 5 deletions docs/JAVA-HOWTO.md
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ use AWS KMS, one should also add dependency on `tink-awskms`, and similarly
<dependency>
<groupId>com.google.crypto.tink</groupId>
<artifactId>tink-awskms</artifactId>
<version>1.5.0</version>
<version>1.6.0</version>
</dependency>
</dependencies>
```
Expand All @@ -91,7 +91,7 @@ use AWS KMS, one should also add dependency on `tink-awskms`, and similarly
<dependency>
<groupId>com.google.crypto.tink</groupId>
<artifactId>tink-gcpkms</artifactId>
<version>1.5.0</version>
<version>1.6.0</version>
</dependency>
</dependencies>
```
Expand All @@ -105,7 +105,7 @@ following configuration:

```
dependencies {
implementation 'com.google.crypto.tink:tink-android:1.5.0'
implementation 'com.google.crypto.tink:tink-android:1.6.0'
}
```

Expand All @@ -125,10 +125,10 @@ dependencies {
## API documentation

* Java:
* [1.5.0](https://google.github.io/tink/javadoc/tink/1.5.0)
* [1.6.0](https://google.github.io/tink/javadoc/tink/1.6.0)
* [HEAD-SNAPSHOT](https://google.github.io/tink/javadoc/tink/HEAD-SNAPSHOT)
* Android:
* [1.5.0](https://google.github.io/tink/javadoc/tink-android/1.5.0)
* [1.6.0](https://google.github.io/tink/javadoc/tink-android/1.6.0)
* [HEAD-SNAPSHOT](https://google.github.io/tink/javadoc/tink-android/HEAD-SNAPSHOT)

## Important warnings
Expand Down
2 changes: 1 addition & 1 deletion docs/TINKEY.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ Tinkey requires Java 8 or later to run.
## Install from prebuilt binaries

Download the latest version of Tinkey from
https://storage.googleapis.com/tinkey/tinkey-1.5.0.tar.gz. This version should
https://storage.googleapis.com/tinkey/tinkey-1.6.0.tar.gz. This version should
work well on Linux, macOS and Windows.

## Install with Homebrew
Expand Down
2 changes: 1 addition & 1 deletion go/tink/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -18,5 +18,5 @@ package tink

const (
// Version is the current version of Tink.
Version = "1.5.0"
Version = "1.6.0"
)

0 comments on commit 1b5ddd7

Please sign in to comment.