Skip to content

Commit

Permalink
[release] 2.9.9
Browse files Browse the repository at this point in the history
  • Loading branch information
saharj committed Mar 12, 2016
1 parent 5242361 commit 5981bef
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion app/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.9.8</span></p>
<p>Version <span class="version-number">2.9.9</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
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "swagger-editor",
"version": "2.9.8",
"version": "2.9.9",
"dependencies": {
"angular": "~1.4.2",
"angular-bootstrap": "~0.13.0",
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-src",
"version": "2.9.8",
"version": "2.9.9",
"homepage": "https://github.com/swagger-api/swagger-editor",
"description": "Swagger Editor source",
"license": "Apache-2.0",
Expand Down
2 changes: 1 addition & 1 deletion scripts/npm.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "swagger-editor",
"description": "Swagger Editor Web App",
"version": "2.9.8",
"version": "2.9.9",
"repository": "https://github.com/swagger-api/swagger-editor.git",
"dependencies": {},
"devDependencies": {},
Expand Down

0 comments on commit 5981bef

Please sign in to comment.