We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cca06a7 commit 0080b94Copy full SHA for 0080b94
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "tech-quotes",
3
- "version": "1.0.0",
+ "version": "1.0.1",
4
"description": "An API to get interesting tech-related quotes (powered by GitHub pages)",
5
"main": "index.js",
6
"type": "module",
@@ -33,4 +33,4 @@
33
"typescript": "^5.1.6",
34
"yaml": "^2.3.1"
35
}
36
-}
+}
src/openapi.yml
@@ -2,7 +2,7 @@ openapi: 3.1.0
info:
title: Tech Quotes API
- version: 1.0.0
+ version: 1.0.1
description: |-
7
A simple API to get inspiring tech quotes.
8
0 commit comments