Skip to content

Commit

Permalink
Update website for version 5.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Charlie Savage committed Feb 13, 2012
1 parent 34b074b commit 5f51d2a
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion website/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
<h1>Composite Primary Keys</h1>
<div id="version" class="clickable" onclick='document.location = "http://rubygems.org/gems/composite_primary_keys"; return false'>
Get Version
<a href="http://rubygems.org/gems/composite_primary_keys" class="numbers">4.1.2</a>
<a href="http://rubygems.org/gems/composite_primary_keys" class="numbers">5.0.0</a>
</div>
<h1>&#8594; Ruby on Rails</h1>
<h1>&#8594; ActiveRecords</h1>
Expand Down
2 changes: 1 addition & 1 deletion website/version-raw.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
// Announcement JS file
var version = 4.1.2;
var version = 5.0.0;
MagicAnnouncement.show('compositekeys', version);
2 changes: 1 addition & 1 deletion website/version.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Version JS file
var version = 4.1.2;
var version = 5.0.0;

document.write(" - " + version);

0 comments on commit 5f51d2a

Please sign in to comment.