Skip to content

Commit

Permalink
See #4. Update dependencies and bumped version.
Browse files Browse the repository at this point in the history
  • Loading branch information
Frozenfire92 committed Jun 26, 2014
1 parent eaa6021 commit 4630501
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions bower.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
"name": "ember-c3",
"version": "0.1.2",
"dependencies": {
"ember": "^1.3.2",
"handlebars": "^1.2.1",
"ember": "^1.4.0",
"handlebars": "^1.3.0",
"c3": ">=0.1.43-0 < 1.0.0-0"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion build/lib.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
(function() {

Ember.C3 = Ember.Namespace.create();
Ember.C3.VERSION = '0.1.0';
Ember.C3.VERSION = '0.1.2';

Ember.libraries.register('Ember C3', Ember.C3.VERSION);

Expand Down

0 comments on commit 4630501

Please sign in to comment.