Fixes for Sonarr, v0.4

This commit is contained in:
zzz
2017-03-26 16:57:08 +00:00
parent 4577202ba4
commit 4025f49581
6 changed files with 27 additions and 9 deletions

View File

@ -11,7 +11,7 @@
<target name="plugin" depends="war">
<!-- get version number -->
<buildnumber file="scripts/build.number" />
<property name="release.number" value="0.3" />
<property name="release.number" value="0.4" />
<!-- we don't bother with an update plugin, everything is in a single war -->
<copy file="LICENSE.txt" todir="plugin/" overwrite="true" />