Skip to content

Commit

Permalink
Preparing for version v1.3.3.
Browse files Browse the repository at this point in the history
  • Loading branch information
guilhermechapiewski committed Aug 3, 2009
1 parent 6ae3d49 commit 96fca11
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.3.2">
<a href="http://github.com/guilhermechapiewski/simple-db-migrate/zipball/v1.3.3">
<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.3.2">
<a href="http://github.com/guilhermechapiewski/simple-db-migrate/tarball/v1.3.3">
<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.3.2"><b>v1.3.2</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.3.3"><b>v1.3.3</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.3.2">zip</a> or
<a href="http://github.com/guilhermechapiewski/simple-db-migrate/tarball/v1.3.2">tar</a> formats.
<a href="http://github.com/guilhermechapiewski/simple-db-migrate/zipball/v1.3.3">zip</a> or
<a href="http://github.com/guilhermechapiewski/simple-db-migrate/tarball/v1.3.3">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.3.2).
You are done! Type "db-migrate -v" at the command prompt and you should see the installed version number (v1.3.3).
</p>

<h2>Usage instructions</h2>
Expand Down

0 comments on commit 96fca11

Please sign in to comment.