Skip to content

Commit 9184d89

Browse files
committed
[release] 2.9.7
1 parent 62c169f commit 9184d89

File tree

5 files changed

+6
-6
lines changed

5 files changed

+6
-6
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,14 +12,14 @@ Valid Swagger JSON descriptions can then be generated and used with the full Swa
1212

1313
#### Running Locally
1414

15-
[**Download the latest release (v2.9.6)**](https://github.com/swagger-api/swagger-editor/releases/download/v2.9.6/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.
15+
[**Download the latest release (v2.9.7)**](https://github.com/swagger-api/swagger-editor/releases/download/v2.9.7/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.
1616

1717
###### Using `http-server` module:
1818
```shell
1919
npm install -g http-server
2020
wget https://github.com/swagger-api/swagger-editor/releases/download/v2.9.6/swagger-editor.zip
2121
unzip swagger-editor.zip
22-
http-server dist
22+
http-server swagger-editor
2323
```
2424

2525
#### Building From Source

app/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.9.6</span></p>
6+
<p>Version <span class="version-number">2.9.7</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">

bower.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.9.6",
3+
"version": "2.9.7",
44
"dependencies": {
55
"SparkMD5": "spark-md5#~1.0.0",
66
"angular": "~1.4.2",

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-src",
3-
"version": "2.9.6",
3+
"version": "2.9.7",
44
"homepage": "https://github.com/swagger-api/swagger-editor",
55
"description": "Swagger Editor source",
66
"license": "Apache-2.0",

scripts/npm.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "swagger-editor",
33
"description": "Swagger Editor Web App",
4-
"version": "2.9.3",
4+
"version": "2.9.7",
55
"repository": "https://github.com/swagger-api/swagger-editor.git",
66
"dependencies": {},
77
"devDependencies": {},

0 commit comments

Comments
 (0)