Skip to content

Commit 9c34b01

Browse files
committed
[release] v2.10.3
1 parent 54732f2 commit 9c34b01

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
@@ -25,12 +25,12 @@ docker run -p 80:8080 swaggerapi/swagger-editor
2525

2626
#### Running Locally
2727

28-
[**Download the latest release (v2.10.2)**](https://github.com/swagger-api/swagger-editor/releases/download/v2.10.2/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.
28+
[**Download the latest release (v2.10.3)**](https://github.com/swagger-api/swagger-editor/releases/download/v2.10.3/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.
2929

3030
###### Using `http-server` module:
3131
```shell
3232
npm install -g http-server
33-
wget https://github.com/swagger-api/swagger-editor/releases/download/v2.10.2/swagger-editor.zip
33+
wget https://github.com/swagger-api/swagger-editor/releases/download/v2.10.3/swagger-editor.zip
3434
unzip swagger-editor.zip
3535
http-server swagger-editor
3636
```

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.2",
3+
"version": "2.10.3",
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.2</span></p>
6+
<p>Version <span class="version-number">2.10.3</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)