From d956fb621b7864b4d8312e0b8e9bc53d359a382d Mon Sep 17 00:00:00 2001 From: Steve Mao Date: Mon, 30 Aug 2021 05:55:08 +1000 Subject: [PATCH] Fix 2.0 to 3.0 in cabal description (#13) --- servant-openapi3.cabal | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/servant-openapi3.cabal b/servant-openapi3.cabal index 1824b553..d27f0816 100644 --- a/servant-openapi3.cabal +++ b/servant-openapi3.cabal @@ -4,7 +4,7 @@ synopsis: Generate a Swagger/OpenAPI/OAS 3.0 specification for your s description: Swagger is a project used to describe and document RESTful APIs. The core of the project is the [OpenAPI Specification (OAS)](https://swagger.io/docs/specification/about/). - This library implements v2.0 of the spec. Unlike Servant it is language-agnostic and thus is + This library implements v3.0 of the spec. Unlike Servant it is language-agnostic and thus is quite popular among developers in different languages. It has also existed for a longer time and has more helpful tooling. .