Skip to content

Commit 6a6685a

Browse files
committed
version bump
1 parent e3bc3fa commit 6a6685a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "tech-quotes",
3-
"version": "1.0.6",
3+
"version": "1.0.7",
44
"description": "An API to get interesting tech-related quotes (powered by GitHub pages)",
55
"main": "index.js",
66
"type": "module",

src/openapi.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ openapi: 3.1.0
22

33
info:
44
title: Tech Quotes API
5-
version: 1.0.6
5+
version: 1.0.7
66
description: |-
77
A simple API to get inspiring tech quotes.
88

0 commit comments

Comments
 (0)