Skip to content

Commit

Permalink
Updated manifest and version for 0.9.4
Browse files Browse the repository at this point in the history
git-svn-id: https://sproutcore.googlecode.com/svn/trunk@85 394f415c-e224-0410-a11c-cb241aa5d150
  • Loading branch information
cjolley committed May 5, 2008
1 parent 0584e2d commit 4c196a9
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 2 deletions.
16 changes: 15 additions & 1 deletion Manifest.txt
Expand Up @@ -39,10 +39,24 @@ clients/sc_test_runner/main.js
clients/sc_test_runner/models/test.js
clients/sc_test_runner/views/runner_frame.js
clients/sc_test_runner/views/test_label.js
clients/view_builder/builders/builder.js
clients/view_builder/builders/button.js
clients/view_builder/controllers/document.js
clients/view_builder/core.js
clients/view_builder/english.lproj/body.css
clients/view_builder/english.lproj/body.rhtml
clients/view_builder/english.lproj/controls.css
clients/view_builder/english.lproj/strings.js
clients/view_builder/main.js
clients/view_builder/mixins/design_mode.js
clients/view_builder/tests/controllers/document.rhtml
clients/view_builder/tests/views/builder.rhtml
clients/view_builder/tests/views/palette.rhtml
clients/view_builder/views/builder.js
clients/view_builder/views/palette.js
config/hoe.rb
config/requirements.rb
frameworks/prototype/prototype.js
frameworks/sproutcore/animation/animation.js
frameworks/sproutcore/controllers/array.js
frameworks/sproutcore/controllers/collection.js
frameworks/sproutcore/controllers/controller.js
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 = 3
TINY = 4

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

0 comments on commit 4c196a9

Please sign in to comment.