Skip to content

Commit

Permalink
Preparing for version v1.2.8.
Browse files Browse the repository at this point in the history
  • Loading branch information
guilhermechapiewski committed Jun 17, 2009
1 parent c24e60a commit b7d39ec
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions index.html
Expand Up @@ -39,9 +39,9 @@
<div id="container">

<div class="download">
<a href="http://github.com/guilhermechapiewski/simple-db-migrate/zipball/v1.2.7">
<a href="http://github.com/guilhermechapiewski/simple-db-migrate/zipball/v1.2.8">
<img border="0" width="90" src="http://github.com/images/modules/download/zip.png"></a>
<a href="http://github.com/guilhermechapiewski/simple-db-migrate/tarball/v1.2.7">
<a href="http://github.com/guilhermechapiewski/simple-db-migrate/tarball/v1.2.8">
<img border="0" width="90" src="http://github.com/images/modules/download/tar.png"></a>
</div>

Expand All @@ -62,7 +62,7 @@ <h1><a href="http://github.com/guilhermechapiewski/simple-db-migrate">simple-db-

<h2>Download and Install</h2>
<p>
The current production version is <a href="http://github.com/guilhermechapiewski/simple-db-migrate/tree/v1.2.7"><b>v1.2.7</b></a>. The simplest way to install is using <b>easy_install</b>:
The current production version is <a href="http://github.com/guilhermechapiewski/simple-db-migrate/tree/v1.2.8"><b>v1.2.8</b></a>. The simplest way to install is using <b>easy_install</b>:
<pre>$ sudo easy_install simple-db-migrate</pre>
Or, if you already have an older version installed, use the "--upgrade" option:
<pre>$ sudo easy_install --upgrade simple-db-migrate</pre>
Expand All @@ -72,8 +72,8 @@ <h2>Download and Install</h2>
</p>
<p>
You can also download the source code in either
<a href="http://github.com/guilhermechapiewski/simple-db-migrate/zipball/v1.2.7">zip</a> or
<a href="http://github.com/guilhermechapiewski/simple-db-migrate/tarball/v1.2.7">tar</a> formats.
<a href="http://github.com/guilhermechapiewski/simple-db-migrate/zipball/v1.2.8">zip</a> or
<a href="http://github.com/guilhermechapiewski/simple-db-migrate/tarball/v1.2.8">tar</a> formats.
</p>
<p>
After downloading, to install from the source simply run:
Expand Down Expand Up @@ -131,7 +131,7 @@ <h2>Install simple-db-migrate on Windows</h2>
<li>Go to the command prompt (Start > Execute > "cmd")</li>
<li>Type "easy_install simple-db-migrate"</li>
</ul>
You are done! Type "db-migrate -v" at the command prompt and you should see the installed version number (v1.2.7).
You are done! Type "db-migrate -v" at the command prompt and you should see the installed version number (v1.2.8).
</p>

<h2>Usage instructions</h2>
Expand Down

0 comments on commit b7d39ec

Please sign in to comment.