From e132c654688890e04b59294a061303a61a8f7793 Mon Sep 17 00:00:00 2001 From: Adam Bergmark Date: Fri, 30 Mar 2018 03:51:57 +0200 Subject: [PATCH] Bump rest-client to 0.5.2.2, rest-core to 0.39.0.1, rest-gen to 0.20.0.2, rest-stringmap to 0.2.0.7, rest-types to 1.14.1.2 --- rest-client/rest-client.cabal | 2 +- rest-core/rest-core.cabal | 2 +- rest-gen/rest-gen.cabal | 2 +- rest-stringmap/rest-stringmap.cabal | 2 +- rest-types/rest-types.cabal | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/rest-client/rest-client.cabal b/rest-client/rest-client.cabal index 79538a9..563e92b 100644 --- a/rest-client/rest-client.cabal +++ b/rest-client/rest-client.cabal @@ -1,5 +1,5 @@ name: rest-client -version: 0.5.2.1 +version: 0.5.2.2 description: Utility library for use in generated API client libraries. synopsis: Utility library for use in generated API client libraries. maintainer: code@silk.co diff --git a/rest-core/rest-core.cabal b/rest-core/rest-core.cabal index 7a7a8a0..d9696f9 100644 --- a/rest-core/rest-core.cabal +++ b/rest-core/rest-core.cabal @@ -1,5 +1,5 @@ name: rest-core -version: 0.39 +version: 0.39.0.1 description: Rest API library. synopsis: Rest API library. maintainer: code@silk.co diff --git a/rest-gen/rest-gen.cabal b/rest-gen/rest-gen.cabal index a76f8e0..fd20cc6 100644 --- a/rest-gen/rest-gen.cabal +++ b/rest-gen/rest-gen.cabal @@ -1,5 +1,5 @@ name: rest-gen -version: 0.20.0.1 +version: 0.20.0.2 description: Documentation and client generation from rest definition. synopsis: Documentation and client generation from rest definition. maintainer: code@silk.co diff --git a/rest-stringmap/rest-stringmap.cabal b/rest-stringmap/rest-stringmap.cabal index 67fe2d5..fb575f9 100644 --- a/rest-stringmap/rest-stringmap.cabal +++ b/rest-stringmap/rest-stringmap.cabal @@ -1,5 +1,5 @@ name: rest-stringmap -version: 0.2.0.6 +version: 0.2.0.7 license: BSD3 license-file: LICENSE synopsis: Maps with stringy keys that can be transcoded to JSON and XML. diff --git a/rest-types/rest-types.cabal b/rest-types/rest-types.cabal index 6ac8e66..3eb15cb 100644 --- a/rest-types/rest-types.cabal +++ b/rest-types/rest-types.cabal @@ -1,5 +1,5 @@ name: rest-types -version: 1.14.1.1 +version: 1.14.1.2 description: Silk Rest Framework Types synopsis: Silk Rest Framework Types maintainer: code@silk.co