Skip to content

Commit 59aed5a

Browse files
committed
Release v2.7.0
1 parent 704a1bc commit 59aed5a

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

History.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
1-
2.6.0 / HEAD
1+
2.7.0 / 2014-11-03
22
===================
33

4+
* jsmol / jsme : change communication with iframe to allow cross-origin loading
5+
* core: load main css and js files in entry point. Now only two lines are necessary to boot the visualizer
6+
47
2.6.0-1 / 2014-10-31
58
===================
69

src/src/util/versioning.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
define(['src/util/versionhandler', 'src/util/debug', 'src/main/variables', 'src/util/util'], function(VersionHandler, Debug, Variables, Util) {
44

5-
var version = '2.6.1';
5+
var version = '2.7.0';
66

77
if (!Util.semver(version)) {
88
throw new Error('Version number is invalid: ' + version);

0 commit comments

Comments
 (0)