Skip to content

Commit

Permalink
Prepare for v0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
joewiz committed Nov 5, 2014
1 parent 175e453 commit f53ef80
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
2 changes: 1 addition & 1 deletion build.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<project basedir="." default="xar" name="punch">
<property name="project.app" value="punch"/>
<property name="project.version" value="0.1"/>
<property name="project.version" value="0.2"/>
<property name="project.name" value="Punch"/>
<property name="build" value="./build"/>
<property name="server.url" value="http://demo.exist-db.org/exist/apps/public-repo/public/"/>
Expand Down
6 changes: 6 additions & 0 deletions repo.xml
Original file line number Diff line number Diff line change
Expand Up @@ -17,5 +17,11 @@
<li>Initial adaptation to EXPath Package</li>
</ul>
</change>
<change version="0.2">
<ul xmlns="http://www.w3.org/1999/xhtml">
<li>Fixed paths, typos</li>
<li>Removed unreferenced images to reduce package size</li>
</ul>
</change>
</changelog>
</meta>

0 comments on commit f53ef80

Please sign in to comment.