Skip to content
This repository has been archived by the owner on Apr 18, 2023. It is now read-only.

Commit

Permalink
v2.0.0
Browse files Browse the repository at this point in the history
 * Drop support for Ember 0.x.
  • Loading branch information
James A. Rosen committed May 28, 2014
1 parent fd976a2 commit 529d422
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 3 deletions.
4 changes: 4 additions & 0 deletions Changelog.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 2.0.0 2014-05-28

* Drop support for Ember 0.x.

## v1.6.4 2014-05-27

* Use `Ember.Handlebars`, not `Handlebars` for helper management
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.6.3
2.0.0
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ember-i18n",
"version": "1.6.4",
"version": "2.0.0",
"description": "I18n support for Ember.js",
"main": [ "lib/i18n.js" ],
"dependencies": {
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ember-i18n",
"version": "1.6.4",
"version": "2.0.0",
"licence": "APLv2",
"description": "Internationalization for Ember",
"keywords": [
Expand Down

0 comments on commit 529d422

Please sign in to comment.