tweak link
[dygraphs.git] / docs / versions.html
CommitLineData
0c25c918
DV
1<!--#include virtual="header.html" -->
2
3<style>
b66a63b1
DV
4 .versions {
5 margin-top: 20px;
6 }
0c25c918
DV
7 .versions td {
8 vertical-align: top;
9 }
10 .versions td:first-child {
11 text-align: right;
12 padding-right: 20px;
13 font-weight: bold;
14 }
15 .date {
16 font-size: small;
17 color: darkgray;
18 font-weight: normal;
19 }
20</style>
21
22<h2>Version History</h2>
23
b66a63b1 24<p>For links to download each release, see the <a href="/download.html">Downloads</a> page.</p>
0c25c918
DV
25
26<table class="versions">
27 <tr>
28 <td>1.0.1<p class="date">2013-08-29</p></td>
29 <td>Minor bug fixes and updates to web site.</td>
30 </tr>
31 <tr>
32 <td>1.0.0<p class="date">2013-08-14</p></td>
33 <td>Initial Release. See <a href="http://blog.dygraphs.com/2013/08/announcing-dygraphs-100.html">blog post</a>.</td>
34 </tr>
35</table>
36
37<!--#include virtual="footer.html" -->