Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update download.html #2

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 7 additions & 7 deletions zh/download.html
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ <h2>运行环境</h2>

<h2>最新版本</h2>

<p>最新<font color="green"><b>稳定</b></font>版本为:1.0.11,发布于:2013-08-16,欢迎使用。</p>
<p>最新<font color="green"><b>稳定</b></font>版本为:1.0.12,发布于:2015-07-07,欢迎使用。</p>

<p>该版本主要修复用户发现的问题,参见:<a href="#1.0.11 (2013-08-16)">发布记录</a></p>

Expand All @@ -95,9 +95,9 @@ <h2>最新版本</h2>
</tr>
<tr>
<td>HTTL核心包</td>
<td><a href="http://central.maven.org/maven2/com/github/httl/httl/1.0.11/httl-1.0.11.jar">httl-1.0.11.jar</a></td>
<td><a href="http://central.maven.org/maven2/com/github/httl/httl/1.0.11/httl-1.0.11-sources.jar">httl-1.0.11-sources.jar</a></td>
<td><a href="https://github.com/httl/httl/tree/1.0.11/httl">httl-1.0.11</a></td>
<td><a href="http://central.maven.org/maven2/org/amebastack/template/httl/1.0.12/httl-1.0.12.jar">httl-1.0.12.jar</a></td>
<td><a href="http://central.maven.org/maven2/org/amebastack/template/httl/1.0.12/httl-1.0.12-sources.jar">httl-1.0.12-sources.jar</a></td>
<td><a href="https://github.com/httl/httl/tree/1.0.12/httl">httl-1.0.12</a></td>
</tr>
<tr>
<td>Script集成包</td>
Expand Down Expand Up @@ -187,9 +187,9 @@ <h2>Maven依赖</h2>
&lt;project&gt;
&lt;dependencies&gt;
&lt;dependency&gt;
&lt;groupId&gt;com.github.httl&lt;/groupId&gt;
&lt;groupId&gt;org.amebastack.template&lt;/groupId&gt;
&lt;artifactId&gt;httl&lt;/artifactId&gt;
&lt;version&gt;1.0.11&lt;/version&gt;
&lt;version&gt;1.0.12&lt;/version&gt;
&lt;/dependency&gt;
&lt;!--
&lt;dependency&gt;
Expand Down Expand Up @@ -731,4 +731,4 @@ <h3>0.1.0 (2011-09-15)</h3>
</footer>
</div>
</body>
</html>
</html>