Skip to content

Commit

Permalink
Prepare for v1.1-alpha-4
Browse files Browse the repository at this point in the history
  • Loading branch information
hlship committed Nov 2, 2021
1 parent 0ac3556 commit 0255a91
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion deps.edn
Original file line number Diff line number Diff line change
Expand Up @@ -51,5 +51,5 @@
:exec-fn codox.main/generate-docs
:exec-args {:metadata {:doc/format :markdown}
:name "com.walmartlabs/lacinia"
:version "1.1-alpha-3"
:version "1.1-alpha-4"
:description "Clojure-native implementation of GraphQL"}}}}
2 changes: 1 addition & 1 deletion project.clj
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
(defproject com.walmartlabs/lacinia "1.1-alpha-3"
(defproject com.walmartlabs/lacinia "1.1-alpha-4"
:description "A GraphQL server implementation in Clojure"
:url "https://github.com/walmartlabs/lacinia"
:license {:name "Apache, Version 2.0"
Expand Down

0 comments on commit 0255a91

Please sign in to comment.