@@ -9,8 +9,8 @@ hacking guide](JAVA-HACKING.md).
99## Setup instructions
1010
1111The most recent release is
12- [ 1.3.0-rc4 ] ( https://github.com/google/tink/releases/tag/v1.3.0-rc4 ) , released
13- 2020-02-19 .
12+ [ 1.3.0] ( https://github.com/google/tink/releases/tag/v1.3.0 ) , released
13+ 2020-03-11 .
1414
1515In addition to the versioned releases, snapshots of Tink are regurlarly built
1616using the master branch of the Tink GitHub repository.
@@ -35,7 +35,7 @@ following configuration:
3535 <dependency >
3636 <groupId >com.google.crypto.tink</groupId >
3737 <artifactId >tink</artifactId >
38- <version >1.3.0-rc4 </version >
38+ <version >1.3.0</version >
3939 </dependency >
4040</dependencies >
4141```
@@ -79,7 +79,7 @@ following configuration:
7979
8080```
8181dependencies {
82- compile 'com.google.crypto.tink:tink-android:1.3.0-rc4 '
82+ compile 'com.google.crypto.tink:tink-android:1.3.0'
8383}
8484```
8585
@@ -99,10 +99,10 @@ dependencies {
9999## API documentation
100100
101101* Java:
102- * [ 1.3.0-rc4 ] ( https://google.github.com/tink/javadoc/tink/1.3.0-rc4 )
102+ * [ 1.3.0] ( https://google.github.com/tink/javadoc/tink/1.3.0 )
103103 * [ HEAD-SNAPSHOT] ( https://google.github.com/tink/javadoc/tink/HEAD-SNAPSHOT )
104104* Android:
105- * [ 1.3.0-rc4 ] ( https://google.github.com/tink/javadoc/tink-android/1.3.0-rc4 )
105+ * [ 1.3.0] ( https://google.github.com/tink/javadoc/tink-android/1.3.0 )
106106 * [ HEAD-SNAPSHOT] ( https://google.github.com/tink/javadoc/tink-android/HEAD-SNAPSHOT )
107107
108108## Important warnings
0 commit comments