Skip to content

Commit

Permalink
Version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
lmammino committed Aug 1, 2023
1 parent cca06a7 commit 0080b94
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "tech-quotes",
"version": "1.0.0",
"version": "1.0.1",
"description": "An API to get interesting tech-related quotes (powered by GitHub pages)",
"main": "index.js",
"type": "module",
Expand Down Expand Up @@ -33,4 +33,4 @@
"typescript": "^5.1.6",
"yaml": "^2.3.1"
}
}
}
2 changes: 1 addition & 1 deletion src/openapi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ openapi: 3.1.0

info:
title: Tech Quotes API
version: 1.0.0
version: 1.0.1
description: |-
A simple API to get inspiring tech quotes.
Expand Down

0 comments on commit 0080b94

Please sign in to comment.