Skip to content

Commit

Permalink
Update to 0.4.1 with properly built libraries
Browse files Browse the repository at this point in the history
  • Loading branch information
jbeezley committed Mar 26, 2015
1 parent aa77a2c commit 24dd32e
Show file tree
Hide file tree
Showing 6 changed files with 9 additions and 10 deletions.
5 changes: 2 additions & 3 deletions Gruntfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -192,12 +192,11 @@ module.exports = function (grunt) {

uglify: {
options: {
sourceMap: true,
sourceMapIncludeSources: true,
sourceMap: false,
report: 'min',
beautify: {
ascii_only: true,
beautify: true
beautify: false
},
mangle: false
},
Expand Down
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "geojs",
"version": "0.4.0",
"version": "0.4.1",
"description": "JavaScript Geo visualization and Analysis Library",
"homepage": "https://github.com/OpenGeoscience/geojs",
"main": "geo.js",
Expand Down
4 changes: 2 additions & 2 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -73,9 +73,9 @@
# built documents.
#
# The short X.Y version.
version = '0.2'
version = '0.4.1'
# The full version, including alpha/beta/rc tags.
release = '0.2.0'
release = version

# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
Expand Down
2 changes: 1 addition & 1 deletion geo.js
Original file line number Diff line number Diff line change
Expand Up @@ -226,7 +226,7 @@ if (!Math.log2) {

/*global geo*/

geo.version = "0.2.0";
geo.version = "0.4.1";

//////////////////////////////////////////////////////////////////////////////
/**
Expand Down
2 changes: 1 addition & 1 deletion geo.min.js

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "geojs",
"version": "0.4.0",
"version": "0.4.1",
"description": "JavaScript Geo visualization and Analysis Library",
"homepage": "https://github.com/OpenGeoscience/geojs",
"license": "BSD-3-Clause",
Expand Down Expand Up @@ -28,7 +28,7 @@
"grunt-contrib-watch": "~0.6",
"grunt-docco": "^0.3.3",
"grunt-express": "~1.4",
"jscs": "^1.11",
"jscs": "1.11.2",
"jsdoc": "3.3.0-beta1",
"jshint": "~2.5",
"phantomjs": "~1.9"
Expand Down

0 comments on commit 24dd32e

Please sign in to comment.