Skip to content

Commit 24dd32e

Browse files
committed
Update to 0.4.1 with properly built libraries
1 parent aa77a2c commit 24dd32e

File tree

6 files changed

+9
-10
lines changed

6 files changed

+9
-10
lines changed

Gruntfile.js

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -192,12 +192,11 @@ module.exports = function (grunt) {
192192

193193
uglify: {
194194
options: {
195-
sourceMap: true,
196-
sourceMapIncludeSources: true,
195+
sourceMap: false,
197196
report: 'min',
198197
beautify: {
199198
ascii_only: true,
200-
beautify: true
199+
beautify: false
201200
},
202201
mangle: false
203202
},

bower.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "geojs",
3-
"version": "0.4.0",
3+
"version": "0.4.1",
44
"description": "JavaScript Geo visualization and Analysis Library",
55
"homepage": "https://github.com/OpenGeoscience/geojs",
66
"main": "geo.js",

docs/conf.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -73,9 +73,9 @@
7373
# built documents.
7474
#
7575
# The short X.Y version.
76-
version = '0.2'
76+
version = '0.4.1'
7777
# The full version, including alpha/beta/rc tags.
78-
release = '0.2.0'
78+
release = version
7979

8080
# The language for content autogenerated by Sphinx. Refer to documentation
8181
# for a list of supported languages.

geo.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -226,7 +226,7 @@ if (!Math.log2) {
226226

227227
/*global geo*/
228228

229-
geo.version = "0.2.0";
229+
geo.version = "0.4.1";
230230

231231
//////////////////////////////////////////////////////////////////////////////
232232
/**

geo.min.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "geojs",
3-
"version": "0.4.0",
3+
"version": "0.4.1",
44
"description": "JavaScript Geo visualization and Analysis Library",
55
"homepage": "https://github.com/OpenGeoscience/geojs",
66
"license": "BSD-3-Clause",
@@ -28,7 +28,7 @@
2828
"grunt-contrib-watch": "~0.6",
2929
"grunt-docco": "^0.3.3",
3030
"grunt-express": "~1.4",
31-
"jscs": "^1.11",
31+
"jscs": "1.11.2",
3232
"jsdoc": "3.3.0-beta1",
3333
"jshint": "~2.5",
3434
"phantomjs": "~1.9"

0 commit comments

Comments
 (0)