Skip to content

Commit 1504d53

Browse files
committed
[release] v2.10.1
1 parent 5a816f8 commit 1504d53

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,12 +26,12 @@ docker run -p 80:8080 swaggerapi/swagger-editor
2626

2727
#### Running Locally
2828

29-
[**Download the latest release (v2.10.0)**](https://github.com/swagger-api/swagger-editor/releases/download/v2.10.0/swagger-editor.zip) and serve the static files via your HTTP server. If you don't have an HTTP server, you can use [`http-server`](https://www.npmjs.com/package/http-server) Node.js module.
29+
[**Download the latest release (v2.10.1)**](https://github.com/swagger-api/swagger-editor/releases/download/v2.10.1/swagger-editor.zip) and serve the static files via your HTTP server. If you don't have an HTTP server, you can use [`http-server`](https://www.npmjs.com/package/http-server) Node.js module.
3030

3131
###### Using `http-server` module:
3232
```shell
3333
npm install -g http-server
34-
wget https://github.com/swagger-api/swagger-editor/releases/download/v2.10.0/swagger-editor.zip
34+
wget https://github.com/swagger-api/swagger-editor/releases/download/v2.10.1/swagger-editor.zip
3535
unzip swagger-editor.zip
3636
http-server swagger-editor
3737
```

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "swagger-editor",
3-
"version": "2.10.0",
3+
"version": "2.10.1",
44
"homepage": "https://github.com/swagger-api/swagger-editor",
55
"description": "Swagger Editor",
66
"license": "Apache-2.0",

templates/about.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ <h3 class="modal-title">About Swagger Editor</h3>
33
</div>
44
<div class="modal-body">
55
<p>Swagger Editor</p>
6-
<p>Version <span class="version-number">2.10.0</span></p>
6+
<p>Version <span class="version-number">2.10.1</span></p>
77
<p><a href="https://github.com/swagger-api/swagger-editor" target="_blank">GitHub Project Page</a></p>
88
<iframe src="https://ghbtns.com/github-btn.html?user=swagger-api&repo=swagger-editor&type=star&count=true" frameborder="0" scrolling="0" width="170px" height="20px"></iframe>
99
<div class="monospace">

0 commit comments

Comments
 (0)