Skip to content

Commit

Permalink
Release v2.10.0
Browse files Browse the repository at this point in the history
  • Loading branch information
targos committed Jan 13, 2015
1 parent 18bd0af commit c474fed
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
5 changes: 3 additions & 2 deletions History.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,13 @@
HEAD
====
2.10.0 / 2015-01-13
===================

* loading_plot : fix output variables
* fix some onde problems
* spectra_displayer : fix legend positioning
* slick_grid: support single and multi-column sorting
* button_action: more display options
* new module : Code executor
* prevent modules from updating undefined variables

2.9.10 / 2015-01-02
===================
Expand Down
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ All the other code is under:

The MIT License (MIT)

Copyright (c) 2014 NPellet
Copyright (c) NPellet and other Visualizer contributors

Permission is hereby granted, free of charge, to any person obtaining a copy of
this software and associated documentation files (the "Software"), to deal in
Expand Down
2 changes: 1 addition & 1 deletion src/src/util/versioning.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

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

var version = '2.9.10';
var version = '2.10.0';

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

0 comments on commit c474fed

Please sign in to comment.