Rakefile in polonium-0.1.0 vs Rakefile in polonium-0.1.1

- old
+ new

@@ -24,10 +24,10 @@ dir = File.dirname(__FILE__) system("ruby #{dir}/spec/spec_suite.rb") || raise("Example Suite failed") end PKG_NAME = "polonium" -PKG_VERSION = "0.1.0" +PKG_VERSION = "0.1.1" PKG_FILES = FileList[ '[A-Z]*', '*.rb', 'lib/**/*.rb', 'spec/**/*.rb' \ No newline at end of file