summaryrefslogtreecommitdiff
path: root/package.yaml
diff options
context:
space:
mode:
authorEugen Wissner <belka@caraus.de>2021-02-07 08:10:46 +0100
committerEugen Wissner <belka@caraus.de>2021-02-07 08:10:46 +0100
commit2839b2859072189a9e97342fc106e49127112af2 (patch)
tree616e5502c85efe39cb4a097bec40ec664243a92d /package.yaml
parented725ea5147b1785f17ec1192b30355a31447e53 (diff)
downloadgraphql-2839b2859072189a9e97342fc106e49127112af2.tar.gz
Release 0.11.1.0v0.11.1.0
Diffstat (limited to 'package.yaml')
-rw-r--r--package.yaml4
1 files changed, 2 insertions, 2 deletions
diff --git a/package.yaml b/package.yaml
index 15b6ad1..da9eefd 100644
--- a/package.yaml
+++ b/package.yaml
@@ -1,5 +1,5 @@
name: graphql
-version: 0.11.0.0
+version: 0.11.1.0
synopsis: Haskell GraphQL implementation
description:
Haskell <https://spec.graphql.org/June2018/ GraphQL> implementation.
@@ -11,7 +11,7 @@ category: Language
license: MPL-2.0 AND BSD-3-Clause
copyright:
-- (c) 2019-2020 Eugen Wissner
+- (c) 2019-2021 Eugen Wissner
- (c) 2015-2017 J. Daniel Navarro
author:
- Danny Navarro <j@dannynavarro.net>