Skip to content
This repository was archived by the owner on Jan 8, 2025. It is now read-only.

Commit 7949903

Browse files
committed
1.2.0 bumped version
1 parent f4a6c2f commit 7949903

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ I've paired this right back to the simplest, most generic API I could, so there'
9595

9696
### Prerequisites
9797

98-
- [NodeJS](htps://nodejs.org), version 12.18.2 (LTS) or better. (I use [`nvm`](https://github.com/creationix/nvm) to manage Node versions — `brew install nvm`.)
98+
- [NodeJS](htps://nodejs.org), version 12.18.4 (LTS) or better. (I use [`nvm`](https://github.com/creationix/nvm) to manage Node versions — `brew install nvm`.)
9999
- [Docker](https://www.docker.com) if you want to use the Swagger Editor. (Use [Docker for Mac](https://docs.docker.com/docker-for-mac/), not the `homebrew` version)
100100

101101
### To build and run locally

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@davesag/api-server-boilerplate",
3-
"version": "1.1.1",
3+
"version": "1.2.0",
44
"description": "Boilerplate code for a swagger based API server",
55
"author": "Dave Sag <[email protected]>",
66
"type": "commonjs",

0 commit comments

Comments
 (0)