Skip to content

Commit

Permalink
Ember-Data 2.3.0 has been released
Browse files Browse the repository at this point in the history
This also updates the latest version for the 2.2. series to 2.2.1
  • Loading branch information
pangratz committed Jan 12, 2016
1 parent 676a1e7 commit c63aa25
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/services/dependency-resolver.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import Ember from 'ember';

const EMBER_VERSIONS = ['2.2.0', '2.1.1', '2.0.2', '1.13.11', '1.12.1'];
const EMBER_DATA_VERSIONS = ['2.2.0', '2.1.0', '2.0.1', '1.13.15'];
const EMBER_DATA_VERSIONS = ['2.3.0', '2.2.1', '2.1.0', '2.0.1', '1.13.15'];

const VERSION_REGEX = /^\d+.\d+.\d+$/;

Expand Down

0 comments on commit c63aa25

Please sign in to comment.