Skip to content

Commit b0bd84c

Browse files
author
Casey Thomas
committed
v0.3.0
1 parent 3622232 commit b0bd84c

5 files changed

Lines changed: 7 additions & 7 deletions

File tree

Gruntfile.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ module.exports = function(grunt) {
1818
uglify: {
1919
options: {
2020
banner: '// <%= pkg.name %>.js - v<%= pkg.version %>\n' +
21-
'// (c) 2015 Casey Thomas, MIT License \n'
21+
'// (c) 2016 Casey Thomas, MIT License \n'
2222
},
2323
dist: {
2424
files: {

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Copyright 2014 Casey Thomas
1+
Copyright 2016 Casey Thomas
22

33
Permission is hereby granted, free of charge, to any person obtaining a copy
44
of this software and associated documentation files (the "Software"), to deal

geojson.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
(function(GeoJSON) {
2-
GeoJSON.version = '0.2.0';
2+
GeoJSON.version = '0.3.0';
33

44
// Allow user to specify default parameters
55
GeoJSON.defaults = {};

geojson.min.js

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"author": "Casey Thomas <caseypthomas@gmail.com>",
55
"license": "MIT",
66
"keywords": "geojson",
7-
"version": "0.2.1",
7+
"version": "0.3.0",
88
"main": "./geojson",
99
"repository": {
1010
"type": "git",

0 commit comments

Comments
 (0)