From 6e4d9a597b720a62b7976b2afebcb77a4b28f7af Mon Sep 17 00:00:00 2001 From: Igor Savin Date: Mon, 8 Apr 2019 10:27:08 +0200 Subject: [PATCH] Bump version (#37) --- LICENSE | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/LICENSE b/LICENSE index 1e54788..e950f24 100644 --- a/LICENSE +++ b/LICENSE @@ -1,6 +1,6 @@ MIT License -Copyright (c) 2018 Nazar Gargol +Copyright (c) 2018-2019 Nazar Gargol Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/package.json b/package.json index 3536091..c344901 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "swagger-express-validator", - "version": "0.1.1", + "version": "1.0.0", "engines": { "node": ">=6.0.0" },