# HG changeset patch # User Theodor Thornhill # Date 1619552610 -7200 # Tue Apr 27 21:43:30 2021 +0200 # Node ID fa758292278ffbdde80b4da65c2e11e064fd6c19 # Parent 6905504698075af3d1850f4bb4a7c13433203503 Version bump diff --git a/gql.asd b/gql.asd --- a/gql.asd +++ b/gql.asd @@ -4,7 +4,7 @@ :description "Describe gql here" :author "Theodor Thornhill " :license "AGPLv3" - :version "0.2.0" + :version "0.3.0" :serial t :depends-on (:cl-ppcre) :components ((:file "package") @@ -22,7 +22,7 @@ :description "Tests for gql" :author "Theodor Thornhill " :license "GPLv3" - :version "0.2.0" + :version "0.3.0" :depends-on (:rove :gql) :components ((:file "gql-tests"))