Skip to content

Commit bb72ff8

Browse files
committed
Merge pull request #308 from pangratz/update-ember-data-version
Ember-Data 2.3.0 has been released
2 parents 676a1e7 + c63aa25 commit bb72ff8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/services/dependency-resolver.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import Ember from 'ember';
22

33
const EMBER_VERSIONS = ['2.2.0', '2.1.1', '2.0.2', '1.13.11', '1.12.1'];
4-
const EMBER_DATA_VERSIONS = ['2.2.0', '2.1.0', '2.0.1', '1.13.15'];
4+
const EMBER_DATA_VERSIONS = ['2.3.0', '2.2.1', '2.1.0', '2.0.1', '1.13.15'];
55

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

0 commit comments

Comments
 (0)