Skip to content

Commit

Permalink
Version 1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
lk-geimfari committed Apr 21, 2021
1 parent 81d1e8e commit 0e92c05
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,13 +19,13 @@ See [«Recipes and best practices»](#recipes-and-best-practices) for usage exam
Add the following dependency to your `project.clj` file:

```clojure
[likid_geimfari/secrets "0.2.0"]
[likid_geimfari/secrets "1.0.0"]
```

**Clojure CLI/deps.edn**:

```
likid_geimfari/secrets {:mvn/version "0.2.0"}
likid_geimfari/secrets {:mvn/version "1.0.0"}
```

## Documentation
Expand Down
4 changes: 4 additions & 0 deletions project.clj
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,8 @@
:plugins [[lein-cljfmt "0.6.8"] [lein-cloverage "1.1.2"]]
:dependencies [[org.clojure/clojure "1.10.1"]
[commons-codec "1.6"]]
:deploy-repositories [["clojars" {:url "https://repo.clojars.org"
:username :env/clojars_username
:password :env/clojars_password
:sign-releases false}]]
:repl-options {:init-ns secrets.core})

0 comments on commit 0e92c05

Please sign in to comment.