diff --git a/build.xml b/build.xml
index 4ba25da..c7256d7 100644
--- a/build.xml
+++ b/build.xml
@@ -2,7 +2,7 @@
-
+
+
diff --git a/project.properties b/project.properties
index 13355ed..368104d 100644
--- a/project.properties
+++ b/project.properties
@@ -1,6 +1,6 @@
-#Fri, 21 Jan 2011 13:40:32 -0600
+#Fri, 21 Jan 2011 13:00:05 -0600
name=jdb-util
-version=1.1
+version=1.0
lib.local=true
-build.number=8
+build.number=4
diff --git a/src/main/com/jdbernard/util/SmartConfig.groovy b/src/main/com/jdbernard/util/SmartConfig.groovy
index ddfa896..f80e315 100644
--- a/src/main/com/jdbernard/util/SmartConfig.groovy
+++ b/src/main/com/jdbernard/util/SmartConfig.groovy
@@ -59,6 +59,4 @@ public class SmartConfig {
props."$name" = value.toString()
save()
}
-
- Set keySet() { return this.@props.keySet() }
}