Skip to content

Commit

Permalink
[release] v2.10.3
Browse files Browse the repository at this point in the history
  • Loading branch information
saharj committed Jul 15, 2016
1 parent 54732f2 commit 9c34b01
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,12 +25,12 @@ docker run -p 80:8080 swaggerapi/swagger-editor

#### Running Locally

[**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.
[**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.

###### Using `http-server` module:
```shell
npm install -g http-server
wget https://github.com/swagger-api/swagger-editor/releases/download/v2.10.2/swagger-editor.zip
wget https://github.com/swagger-api/swagger-editor/releases/download/v2.10.3/swagger-editor.zip
unzip swagger-editor.zip
http-server swagger-editor
```
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "swagger-editor",
"version": "2.10.2",
"version": "2.10.3",
"homepage": "https://github.com/swagger-api/swagger-editor",
"description": "Swagger Editor",
"license": "Apache-2.0",
Expand Down
2 changes: 1 addition & 1 deletion templates/about.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ <h3 class="modal-title">About Swagger Editor</h3>
</div>
<div class="modal-body">
<p>Swagger Editor</p>
<p>Version <span class="version-number">2.10.2</span></p>
<p>Version <span class="version-number">2.10.3</span></p>
<p><a href="https://github.com/swagger-api/swagger-editor" target="_blank">GitHub Project Page</a></p>
<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>
<div class="monospace">
Expand Down

0 comments on commit 9c34b01

Please sign in to comment.