From 39beae7f6eacdd2fa5d4904a6e69710010b7228f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Parano=C3=AFd=20User?= <5120290+ParanoidUser@users.noreply.github.com> Date: Fri, 10 Nov 2023 20:34:10 -0500 Subject: [PATCH] build: bump project version to 1.0.0 --- openapi/openapi.yaml | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/openapi/openapi.yaml b/openapi/openapi.yaml index 23d5c53..cabd707 100644 --- a/openapi/openapi.yaml +++ b/openapi/openapi.yaml @@ -1,6 +1,6 @@ openapi: 3.1.0 info: - version: 0.2.0 + version: 1.0.0 title: Codewars API contact: url: https://github.com/noid-dev/codewars-openapi diff --git a/package.json b/package.json index 1d58753..000c6d5 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "codewars-openapi", - "version": "0.2.0", + "version": "1.0.0", "description": "Codewars OpenAPI Specification", "homepage": "https://github.com/noid-dev/codewars-openapi#readme", "license": "MIT",