We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a6a7f88 commit 8c1da64Copy full SHA for 8c1da64
2 files changed
test/spec/core.spec.js
@@ -13,6 +13,6 @@ if (isBrowser) {
13
14
describe("core", function() {
15
it("has expected version", function() {
16
- expect(EVEoj.VERSION).toEqual("0.2.0");
+ expect(EVEoj.VERSION).toEqual("0.3.0");
17
});
18
test/testprops.js
@@ -9,7 +9,7 @@ if (isBrowser) {
9
}
10
11
exp.SDD_file_path = "D:\\projects\\xyjax\\static\\sdd\\201604290";
12
-exp.SDD_URL_path = "http://static.xyjax.dev/sdd/201604290";
+exp.SDD_URL_path = "http://cf.eve-oj.dev/sdd/201604290";
exp.SDD_version = 201604290;
exp.SDD_verdesc = "Citadel 1.1";
exp.SDD_schema = 201604290;
0 commit comments