Skip to content

Commit

Permalink
prepare to release v1.0.8
Browse files Browse the repository at this point in the history
  • Loading branch information
xnbox committed Sep 12, 2021
1 parent b8b7ab3 commit 86ea1f4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
Your 100% static dynamic backend</h1>

<a title="License MIT" href="https://github.com/xnbox/DeepfakeHTTP/blob/master/LICENSE"><img src="https://img.shields.io/badge/license-MIT-blue?style=flat-square"></a>
<a title="Release 1.0.7" href="https://github.com/xnbox/DeepfakeHTTP/releases"><img src="https://img.shields.io/badge/release-1.0.7-4DC71F?style=flat-square"></a>
<a title="Release 1.0.8" href="https://github.com/xnbox/DeepfakeHTTP/releases"><img src="https://img.shields.io/badge/release-1.0.8-4DC71F?style=flat-square"></a>
<a title="Powered by Tommy" href="https://github.com/xnbox/tommy"><img src="https://img.shields.io/badge/powered_by-Tommy-blueviolet?style=flat-square"></a>

<p align="center">
Expand Down
4 changes: 2 additions & 2 deletions build-DeepfakeHTTP.xml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ E-Mail: [email protected]

<target name="main">
<property name="dollar" value="$" />
<property name="build.version" value="1.0.7" />
<property name="build.version" value="1.0.8" />
<property name="tmpAppWar" value="${java.io.tmpdir}/app.war" />
<property name="tmpMetaInfDir" value="${java.io.tmpdir}/DeepfakeHTTP/META-INF" />
<property name="tmpManifest" value="${tmpMetaInfDir}/MANIFEST.MF" />
Expand All @@ -49,7 +49,7 @@ E-Mail: [email protected]
</war>

<delete dir="${java.io.tmpdir}/DeepfakeHTTP" />
<unzip src="${basedir}/../tommy/RELEASE/tommy-10.0.8.jar" dest="${java.io.tmpdir}/DeepfakeHTTP" />
<unzip src="${basedir}/../tommy/RELEASE/tommy-10.0.10.jar" dest="${java.io.tmpdir}/DeepfakeHTTP" />

<tstamp>
<format property="build.timestamp" pattern="yyyy-MM-dd HH:mm:ss" />
Expand Down

0 comments on commit 86ea1f4

Please sign in to comment.