Skip to content

Commit

Permalink
Fix versions
Browse files Browse the repository at this point in the history
  • Loading branch information
lk-geimfari committed Oct 15, 2022
1 parent 068148c commit 1d20ce8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,13 +21,13 @@ Add the following dependency to your `project.clj` file:
**Leiningen/Boot**:

```clojure
[likid_geimfari/secrets "2.1.0"]
[likid_geimfari/secrets "2.1.1"]
```

**Clojure CLI/deps.edn**:

```clojure
likid_geimfari/secrets {:mvn/version "2.1.0"}
likid_geimfari/secrets {:mvn/version "2.1.1"}
```

## Documentation
Expand Down
2 changes: 1 addition & 1 deletion project.clj
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
(defproject likid_geimfari/secrets "2.1.0"
(defproject likid_geimfari/secrets "2.1.1"
:description "A Clojure library designed to generate secure random numbers for managing secrets"
:scm {:name "git"
:url "https://github.com/lk-geimfari/secrets.clj"}
Expand Down

0 comments on commit 1d20ce8

Please sign in to comment.