Remove broken HTML attribute.

This commit is contained in:
Paul
2021-07-27 17:24:47 +01:00
parent c6de871ad3
commit 7d3ce0c96a
4 changed files with 4 additions and 4 deletions

View File

@@ -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;">

View File

@@ -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;">

View File

@@ -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

View File

@@ -1 +1 @@
pub const VERSION: &str = "0.5.1-alpha.15";
pub const VERSION: &str = "0.5.1-alpha.16";