Skip to content

Commit

Permalink
3.0.5582.4
Browse files Browse the repository at this point in the history
  • Loading branch information
LukePulverenti committed Apr 17, 2015
1 parent 69c66e5 commit 2c7da73
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
Expand Up @@ -43,10 +43,10 @@
return $(".radioDonationType:checked", page).val();
}

var lifeTimeAmount = 69;
var lifeTimeAmount = 69.99;
var dailyAmount = 1;
var monthlyAmount = 5;
var yearlyAmount = 36;
var monthlyAmount = 4.99;
var yearlyAmount = 35.99;
function getDonationAmount(page) {

var type = getDonationType(page);
Expand Down
2 changes: 1 addition & 1 deletion SharedVersion.cs
@@ -1,4 +1,4 @@
using System.Reflection;

//[assembly: AssemblyVersion("3.0.*")]
[assembly: AssemblyVersion("3.0.5582.3")]
[assembly: AssemblyVersion("3.0.5582.4")]

0 comments on commit 2c7da73

Please sign in to comment.