Skip to content

Commit

Permalink
remove dev from the js code version
Browse files Browse the repository at this point in the history
  • Loading branch information
minorua committed Feb 7, 2015
1 parent 26872e4 commit 2c4409b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion js/Qgis2threejs.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
// (C) 2014 Minoru Akagi | MIT License
// https://github.com/minorua/Qgis2threejs

var Q3D = {VERSION: "1.0dev"};
var Q3D = {VERSION: "1.0"};
Q3D.Options = {
bgcolor: null,
light: {
Expand Down

0 comments on commit 2c4409b

Please sign in to comment.