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 ae554cf commit f5f3d31Copy full SHA for f5f3d31
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "tech-quotes",
3
- "version": "1.0.2",
+ "version": "1.0.3",
4
"description": "An API to get interesting tech-related quotes (powered by GitHub pages)",
5
"main": "index.js",
6
"type": "module",
src/openapi.yml
@@ -2,7 +2,7 @@ openapi: 3.1.0
info:
title: Tech Quotes API
- version: 1.0.2
+ version: 1.0.3
description: |-
7
A simple API to get inspiring tech quotes.
8
0 commit comments