Skip to content

Commit 0080b94

Browse files
committed
Version bump
1 parent cca06a7 commit 0080b94

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "tech-quotes",
3-
"version": "1.0.0",
3+
"version": "1.0.1",
44
"description": "An API to get interesting tech-related quotes (powered by GitHub pages)",
55
"main": "index.js",
66
"type": "module",
@@ -33,4 +33,4 @@
3333
"typescript": "^5.1.6",
3434
"yaml": "^2.3.1"
3535
}
36-
}
36+
}

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.0
5+
version: 1.0.1
66
description: |-
77
A simple API to get inspiring tech quotes.
88

0 commit comments

Comments
 (0)