-
Notifications
You must be signed in to change notification settings - Fork 273
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fixing version mismatch between package.json and releases.json
- Loading branch information
Showing
4 changed files
with
13 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
<h1>v<%= releaseVersion %></h1> | ||
|
||
<p class='info-icon'>Be sure to keep up with the latest releases by subscribing to the | ||
<a href='http://mbtest.org/feed'>ATOM feed</a>.</p> | ||
|
||
<p>v2.9.1 was released simply to fix a deployment version mismatch of v2.9.0; there are no other functional changes</p> | ||
|
||
<h2>Install</h2> | ||
|
||
<pre><code>npm install -g mountebank@<%= releaseVersion %></code></pre> |