Skip to content

Commit

Permalink
Release 0.2.0 - UUEncoding
Browse files Browse the repository at this point in the history
Fixes issue #1 - adds support for UUencoded messages
  • Loading branch information
zbateson committed Feb 27, 2016
1 parent df4d14e commit 03b37fa
Show file tree
Hide file tree
Showing 3 changed files with 252 additions and 241 deletions.
4 changes: 2 additions & 2 deletions build.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

<property name="version-file" value="version.txt"/>
<loadfile property="version" file="version.txt"/>
<property name="release-type" value="bugfix"/>
<property name="release-type" value="Bugfix"/>
<property name="docs-dir" value="docs"/>
<property name="phpdocs-dir" value="${docs-dir}/phpdocs"/>
<property name="mdapi-dir" value="${docs-dir}/md-api"/>
Expand Down Expand Up @@ -71,7 +71,7 @@
<delete dir="${docs-dir}" quiet="true"/>
</target>

<target name="release" description="Bumps the version number, then calls update-docs to update documentation.">
<target name="release" description="Bumps the version number, then calls update-docs to update documentation. Set release-type to Bugfix, Minor or Major.">
<version releasetype="${release-type}" file="version.txt" property="version"/>
<phingcall target="cleanup-docs"/>
<phingcall target="clone-docs"/>
Expand Down
Loading

0 comments on commit 03b37fa

Please sign in to comment.