Skip to content

Commit 64a45ff

Browse files
committed
Release Update Version
1 parent dd50722 commit 64a45ff

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,22 +10,22 @@ Tinklj a Clojure api for [Google Tink](https://github.com/google/tink) cryptogra
1010

1111
#### Leiningen/Boot
1212
```
13-
[tinklj "0.1.15-SNAPSHOT"]
13+
[tinklj "0.1.21-SNAPSHOT"]
1414
```
1515
#### Clojure CLI/deps.edn
1616
```
17-
tinklj {:mvn/version "0.1.15-SNAPSHOT"}
17+
tinklj {:mvn/version "0.1.21-SNAPSHOT"}
1818
```
1919
#### Gradle
2020
```
21-
compile 'tinklj:tinklj:0.1.15-SNAPSHOT'
21+
compile 'tinklj:tinklj:0.1.21-SNAPSHOT'
2222
```
2323
#### Maven
2424
``` xml
2525
<dependency>
2626
<groupId>tinklj</groupId>
2727
<artifactId>tinklj</artifactId>
28-
<version>0.1.15-SNAPSHOT</version>
28+
<version>0.1.21-SNAPSHOT</version>
2929
</dependency>
3030
```
3131

project.clj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
(defproject tinklj "0.1.15-SNAPSHOT"
1+
(defproject tinklj "0.1.21-SNAPSHOT"
22
:description "A Clojure API for Google Tink Crypto Library. Offering a range of cryptographic techniques that are simple and easy to use."
33
:dependencies [[org.clojure/clojure "1.11.1"]
44
[com.google.crypto.tink/tink "1.20.0"]

0 commit comments

Comments
 (0)