Skip to content

Commit

Permalink
0.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
wojdyr committed Sep 7, 2016
1 parent 1373b8b commit b378ead
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "uglymol",
"version": "0.3.1",
"version": "0.4.0",
"description": "Macromolecular Viewer for Crystallographers",
"homepage": "https://uglymol.github.io",
"main": "uglymol.js",
Expand Down
2 changes: 1 addition & 1 deletion uglymol.js
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.
*/

var UGLYMOL_VERSION = '0.3.1'
var UGLYMOL_VERSION = '0.4.0'
var THREE = THREE || require('three'); // eslint-disable-line

var UnitCell = (function () {
Expand Down

0 comments on commit b378ead

Please sign in to comment.