summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorColin Okay <okay@toyful.space>2022-02-14 11:02:17 -0600
committerColin Okay <okay@toyful.space>2022-02-14 11:02:17 -0600
commit175d667d045fd70dc4390bc2b07055f783ab80d5 (patch)
tree7d311f20355120ed5bc0570fb65d2b857281ee4b
parentac62136b092a451c9474c4f7248442910cf42764 (diff)
typo
-rw-r--r--lazybones-client.asd2
-rw-r--r--lazybones-client.lisp2
2 files changed, 2 insertions, 2 deletions
diff --git a/lazybones-client.asd b/lazybones-client.asd
index 316878a..0762cac 100644
--- a/lazybones-client.asd
+++ b/lazybones-client.asd
@@ -2,7 +2,7 @@
:description "Generate client functions for a LAZYBONES:APP instance"
:author "Colin Okay <okay@toyful.space>"
:license "AGPLv3"
- :version "0.1.1"
+ :version "0.1.2"
:serial t
:depends-on (#:lazybones)
:components ((:file "lazybones-client")))
diff --git a/lazybones-client.lisp b/lazybones-client.lisp
index 0063987..bf721c3 100644
--- a/lazybones-client.lisp
+++ b/lazybones-client.lisp
@@ -11,7 +11,7 @@
(:export #:get #:put #:post #:head #:patch #:delete))
(defpackage #:lazybones-client.shared
- (:export #:*host* #:*body #:*cookies* #:*headers* #:request-with))
+ (:export #:*host* #:*body* #:*cookies* #:*headers* #:request-with))
(in-package :lazybones-client)