Skip to content

Commit

Permalink
prepare for release
Browse files Browse the repository at this point in the history
  • Loading branch information
barkanido committed Jan 15, 2019
1 parent b026f99 commit 23f5cb7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions doc/tutorial.md
Expand Up @@ -28,15 +28,15 @@ $ lein repl
```
* -or- using [lein-try](https://github.com/avescodes/lein-try):
```bash
$ lein try aerospike-clj "0.1.1"
$ lein try aerospike-clj "0.2.1"
...
user=> (require '[aerospike-clj.client :as aero])
nil
```
* -or- by referencing it in your project `profiles.clj` and running a repl there:
```clojure
(defproject af-common-rta-aerospike "3.0.0"
:dependencies [[aerospike-clj "0.1.1"]]
:dependencies [[aerospike-clj "0.2.1"]]
; ...
)
```
Expand Down
2 changes: 1 addition & 1 deletion project.clj
@@ -1,4 +1,4 @@
(defproject aerospike-clj "0.2.0"
(defproject aerospike-clj "0.2.1"
:description "An Aerospike Clojure client."
:url "https://github.com/AppsFlyer/aerospike-clj"
:license {:name "Eclipse Public License"
Expand Down

0 comments on commit 23f5cb7

Please sign in to comment.