~jomco/ring-openapi-validator

0f40852830b0a77039d1aacd92896add53685d3d — Joost Diepenmaat 2 years ago b23948d v0.1.1
Update copyright years and bump version
2 files changed, 3 insertions(+), 3 deletions(-)

M README.md
M project.clj
M README.md => README.md +2 -2
@@ 7,7 7,7 @@ to do the actual validation.

## Dependency coordinates

    [nl.zeekat/ring-openapi-validator "0.1.0"]
    [nl.zeekat/ring-openapi-validator "0.1.1"]

## Usage



@@ 26,7 26,7 @@ API documentation is available at https://zeekat.github.io/ring-openapi-validato

## License

Copyright © 2020 Zeekat Software Ontwikkeling
Copyright © 2020 - 2021 Joost Diepenmaat, Zeekat Software Ontwikkeling

This program and the accompanying materials are made available under the
terms of the Eclipse Public License 2.0 which is available at

M project.clj => project.clj +1 -1
@@ 1,4 1,4 @@
(defproject nl.zeekat/ring-openapi-validator "0.1.0"
(defproject nl.zeekat/ring-openapi-validator "0.1.1"
  :description "Validate ring requests and responses against Swagger/OpenAPI"
  :url "https://github.com/zeekat/ring-openapi-validator"
  :license {:name "EPL-2.0 OR GPL-2.0-or-later WITH Classpath-exception-2.0"