<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -1,3 +1,11 @@
+v1.0.5 Spring Cleaning...
+  * The &quot;Learning Processing&quot; examples are now a separate project, a 
+    long-merited change. They'll grow up on their own at 
+    http://github.com/jashkenas/learning-processing-with-ruby
+  * The watcher is now a bit better about catching recoverable exceptions.
+  * load_strings and save_strings methods have been added to Processing::App.
+  * Fixing a permissions problem with applet/application exporting.
+
 v1.0.4 Bare is Beautiful...
   * Ruby-Processing now supports &quot;bare&quot; sketches, which are sketches that 
     consist of only setup and draw methods, or sketches that contain no method</diff>
      <filename>CHANGELOG</filename>
    </modified>
    <modified>
      <diff>@@ -14,7 +14,7 @@ require 'ruby-processing/helpers/numeric'
 
 # The top-level namespace, a home for all Ruby-Processing classes.
 module Processing
-  VERSION = [1,0,4] unless defined? Processing::VERSION
+  VERSION = [1,0,5] unless defined? Processing::VERSION
   
   # Returns the current version of Ruby-Processing.
   def self.version</diff>
      <filename>lib/ruby-processing.rb</filename>
    </modified>
    <modified>
      <diff>@@ -2,12 +2,12 @@ require 'rake'
 
 Gem::Specification.new do |s|
   s.name = &quot;ruby-processing&quot;
-  s.version = &quot;1.0.4&quot;
+  s.version = &quot;1.0.5&quot;
   
   s.authors = [&quot;Jeremy Ashkenas&quot;, &quot;Peter Gassner&quot;, &quot;Martin Stannard&quot;, &quot;Andrew Nanton&quot;,
                &quot;Marc Chung&quot;, &quot;Peter Krenn&quot;, &quot;Florian Jenett&quot;, &quot;Andreas Haller&quot;, 
                &quot;Juris Galang&quot;]
-  s.date = &quot;2009-3-26&quot;
+  s.date = &quot;2009-3-28&quot;
   s.default_executable = &quot;rp5&quot;
   s.email = &quot;jeremy@ashkenas.com&quot;
   s.executables = [&quot;rp5&quot;]</diff>
      <filename>ruby-processing.gemspec</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>0e982dca17cfc79e8ab3d2332a0ae30c214e9894</id>
    </parent>
  </parents>
  <author>
    <name>Jeremy Ashkenas</name>
    <email>jashkenas@gmail.com</email>
  </author>
  <url>http://github.com/jashkenas/ruby-processing/commit/9c2a001835d9e1649693037e6d2787a28ead11a4</url>
  <id>9c2a001835d9e1649693037e6d2787a28ead11a4</id>
  <committed-date>2009-03-28T10:59:48-07:00</committed-date>
  <authored-date>2009-03-28T10:59:48-07:00</authored-date>
  <message>bumping to 1.0.5 for release</message>
  <tree>abf616db77f5ab7e36f3e27050c0dee923b51e01</tree>
  <committer>
    <name>Jeremy Ashkenas</name>
    <email>jashkenas@gmail.com</email>
  </committer>
</commit>
