Skip to content

Commit

Permalink
Release 0.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
weavejester committed Jun 13, 2017
1 parent ddf0d1e commit edc5414
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -12,7 +12,7 @@ Integrant multimethods for running a [HTTP-Kit][] HTTP server for the

To install, add the following to your project `:dependencies`:

[duct/server.http.http-kit "0.1.0-SNAPSHOT"]
[duct/server.http.http-kit "0.1.0"]

## Usage

Expand Down
2 changes: 1 addition & 1 deletion project.clj
@@ -1,4 +1,4 @@
(defproject duct/server.http.http-kit "0.1.0-SNAPSHOT"
(defproject duct/server.http.http-kit "0.1.0"
:description "Integrant methods for running a HTTP-Kit web server"
:url "https://github.com/duct-framework/server.http.http-kit"
:license {:name "Eclipse Public License"
Expand Down

0 comments on commit edc5414

Please sign in to comment.