Skip to content

Commit

Permalink
Merge pull request #485 from ebryn/gj/3.0.0
Browse files Browse the repository at this point in the history
v3.0.0
  • Loading branch information
GavinJoyce authored Oct 17, 2018
2 parents d28e6fe + 29cd683 commit 74eb8f3
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion ember-model.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
(function() {

var VERSION = '3.0.0-beta.1';
var VERSION = '3.0.0';

if (Ember.libraries) {
Ember.libraries.register('Ember Model', VERSION);
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,5 +34,5 @@
"matchdep": "~0.1.2",
"qunit": "~2.5"
},
"version": "2.18.0"
"version": "3.0.0"
}
2 changes: 1 addition & 1 deletion packages/ember-model/lib/version.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
var VERSION = '3.0.0-beta.1';
var VERSION = '3.0.0';

if (Ember.libraries) {
Ember.libraries.register('Ember Model', VERSION);
Expand Down

0 comments on commit 74eb8f3

Please sign in to comment.