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 90b3be2 commit 436edebCopy full SHA for 436edeb
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "tech-quotes",
3
- "version": "1.0.5",
+ "version": "1.0.6",
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.5
+ version: 1.0.6
description: |-
7
A simple API to get inspiring tech quotes.
8
0 commit comments