Skip to content

Commit

Permalink
bump ember to 1.0-pre.2
Browse files Browse the repository at this point in the history
  • Loading branch information
tchak committed Oct 27, 2012
1 parent 3a9e902 commit 603b5d9
Show file tree
Hide file tree
Showing 6 changed files with 30,128 additions and 4,637 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
@@ -1,3 +1,9 @@
## 0.8.0 (Oct 27, 2012)

Improvements:

- Updated Ember.js to version 1.0-pre.2

## 0.5.0 (Mai 25, 2012) ## 0.5.0 (Mai 25, 2012)


Improvements: Improvements:
Expand Down
2 changes: 1 addition & 1 deletion lib/ember/rails/version.rb
@@ -1,5 +1,5 @@
module Ember module Ember
module Rails module Rails
VERSION = '0.7.0' VERSION = '0.8.0'
end end
end end
2 changes: 1 addition & 1 deletion lib/ember/version.rb
@@ -1,5 +1,5 @@
require 'ember/handlebars/source' require 'ember/handlebars/source'


module Ember module Ember
VERSION = "1.0.beta" VERSION = "1.0-pre.2"
end end

0 comments on commit 603b5d9

Please sign in to comment.