Skip to content

Commit

Permalink
Release 1.10.68
Browse files Browse the repository at this point in the history
  • Loading branch information
trieloff committed Apr 17, 2016
1 parent ff1047b commit 69048b1
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions README.md
Expand Up @@ -4,10 +4,10 @@

## Configuration

Add `[lein-aws-api-gateway "1.10.68-SNAPSHOT"]` to the `:plugins` vector of your
Add `[lein-aws-api-gateway "1.10.68"]` to the `:plugins` vector of your
`project.clj` or `profile.clj`.

Configure your `project.clj` by addinng an `:api-gateway` configuration map:
Configure your `project.clj` by adding an `:api-gateway` configuration map:

```
:api-gateway {:api-id "your-api-id"
Expand Down
6 changes: 3 additions & 3 deletions project.clj
@@ -1,6 +1,6 @@
(defproject lein-aws-api-gateway "1.10.68-SNAPSHOT"
:description "FIXME: write description"
:url "http://example.com/FIXME"
(defproject lein-aws-api-gateway "1.10.68"
:description "A leiningen plugin that helps with AWS API Gateway"
:url "https://github.com/trieloff/lein-aws-apigateway"
:license {:name "Eclipse Public License"
:url "http://www.eclipse.org/legal/epl-v10.html"}
:eval-in-leiningen false
Expand Down

0 comments on commit 69048b1

Please sign in to comment.