Skip to content

Commit

Permalink
Update to version 0.9.20
Browse files Browse the repository at this point in the history
  • Loading branch information
Charles Jolley committed Oct 19, 2008
1 parent 0c93c48 commit 4051e37
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion lib/sproutcore/merb/bundle_controller.rb
Expand Up @@ -27,7 +27,6 @@ def self.register_library_for_class(library, klass)
def main

self.reset_current_bundle
puts current_bundle

# Before we do anything, set the build_mode for the bundles. This
# shouldn't change during execution, but if we set this during the
Expand Down
2 changes: 1 addition & 1 deletion lib/sproutcore/version.rb
Expand Up @@ -2,7 +2,7 @@ module SproutCore #:nodoc:
module VERSION #:nodoc:
MAJOR = 0
MINOR = 9
TINY = 19
TINY = 20

STRING = [MAJOR, MINOR, TINY].join('.')
end
Expand Down

0 comments on commit 4051e37

Please sign in to comment.