Skip to content

Commit

Permalink
[release] v2.10.1
Browse files Browse the repository at this point in the history
  • Loading branch information
saharj committed May 11, 2016
1 parent 5a816f8 commit 1504d53
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 @@ -26,12 +26,12 @@ docker run -p 80:8080 swaggerapi/swagger-editor

#### Running Locally

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

###### Using `http-server` module:
```shell
npm install -g http-server
wget https://github.com/swagger-api/swagger-editor/releases/download/v2.10.0/swagger-editor.zip
wget https://github.com/swagger-api/swagger-editor/releases/download/v2.10.1/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.0",
"version": "2.10.1",
"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.0</span></p>
<p>Version <span class="version-number">2.10.1</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 1504d53

Please sign in to comment.