Skip to content
This repository has been archived by the owner on Nov 7, 2023. It is now read-only.

Commit

Permalink
Merge pull request #99 from OpenGeoscience/version-0.3.8
Browse files Browse the repository at this point in the history
Version 0.3.8.
  • Loading branch information
manthey authored Jul 11, 2016
2 parents 5168bb0 + 48af2e2 commit 602fdc3
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "vgl",
"description": "VTK for the Web.",
"version": "0.3.7",
"version": "0.3.8",
"license": "Apache-2.0",
"repository": {
"type": "git",
Expand Down Expand Up @@ -37,7 +37,7 @@
"xmlbuilder": "^4.1.0"
},
"scripts": {
"mypublish": "grunt default test && cp dist/vgl* . && npm publish",
"mypublish": "grunt default && cp dist/vgl{.min,}.js . && npm publish",
"test": "grunt test",
"build": "grunt default",
"lint": "eslint --cache src Gruntfile.js"
Expand Down
2 changes: 1 addition & 1 deletion vgl.js
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ if (!Math.log2) {
};
}

vgl.version = '0.3.7';
vgl.version = '0.3.8';

//////////////////////////////////////////////////////////////////////////////
/**
Expand Down
Loading

0 comments on commit 602fdc3

Please sign in to comment.