diff --git a/assets/templates/reset.html b/assets/templates/reset.html index d59713ef2fdeb1dd4970b176bd92f311b558a5af..de515b87aa30830e2afd175202d3d50ef68e6099 100644 --- a/assets/templates/reset.html +++ b/assets/templates/reset.html @@ -11,7 +11,7 @@ </head> <body style="margin: 0; padding: 0;"> - <table role="presentation" border="0" cellpadding="0" cellspacing="0" width="100%"> + <table border="0" cellpadding="0" cellspacing="0" width="100%"> <tr> <td style="padding: 20px 0 30px 0;"> diff --git a/assets/templates/verify.html b/assets/templates/verify.html index 8eee0caf743ffb95703d2345c418455527fc724e..8557df60bfe4857125ac35bc6763b83ed7bfbcbb 100644 --- a/assets/templates/verify.html +++ b/assets/templates/verify.html @@ -11,7 +11,7 @@ </head> <body style="margin: 0; padding: 0;"> - <table role="presentation" border="0" cellpadding="0" cellspacing="0" width="100%"> + <table border="0" cellpadding="0" cellspacing="0" width="100%"> <tr> <td style="padding: 20px 0 30px 0;"> diff --git a/set_version.sh b/set_version.sh index 8caf671444b34dc530d9ced579cbcacaf3a1f953..f27347edd3e15a27e0f2a163727d4be277f42ab3 100755 --- a/set_version.sh +++ b/set_version.sh @@ -1,3 +1,3 @@ #!/bin/bash -export version=0.5.1-alpha.15 +export version=0.5.1-alpha.16 echo "pub const VERSION: &str = \"${version}\";" > src/version.rs diff --git a/src/version.rs b/src/version.rs index 0bb03866afca34bdfb63854c1c26c35757722edd..4de1a812333e12ba7e285f63083e1b09d8e4c00e 100644 --- a/src/version.rs +++ b/src/version.rs @@ -1 +1 @@ -pub const VERSION: &str = "0.5.1-alpha.15"; +pub const VERSION: &str = "0.5.1-alpha.16";