diff build.xml @ 26:9bf3d8de6904

Fix Preferences bug, bump version number.
author David Barts <n5jrn@me.com>
date Sun, 13 Dec 2020 11:20:06 -0800
parents 92afaa27f40a
children c310ec097194
line wrap: on
line diff
--- a/build.xml	Wed Nov 25 08:40:45 2020 -0800
+++ b/build.xml	Sun Dec 13 11:20:06 2020 -0800
@@ -32,7 +32,7 @@
   <!-- Define the properties used by the build -->
   <property name="app.name"      value="${ant.project.name}"/>
   <toLowerCase target="lc.app.name" value="${app.name}"/>
-  <property name="app.version"   value="1.00"/>
+  <property name="app.version"   value="1.01"/>
   <property name="app.domain"    value="name.blackcap.${lc.app.name}"/>
   <property name="app.entry"     value="${app.domain}.MainKt"/>
   <property name="app.copyright" value="Copyright © 2020, David W. Barts."/>