Skip to content

Commit

Permalink
v0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Casey Thomas committed Feb 13, 2016
1 parent 3622232 commit b0bd84c
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion Gruntfile.js
Expand Up @@ -18,7 +18,7 @@ module.exports = function(grunt) {
uglify: {
options: {
banner: '// <%= pkg.name %>.js - v<%= pkg.version %>\n' +
'// (c) 2015 Casey Thomas, MIT License \n'
'// (c) 2016 Casey Thomas, MIT License \n'
},
dist: {
files: {
Expand Down
2 changes: 1 addition & 1 deletion LICENSE
@@ -1,4 +1,4 @@
Copyright 2014 Casey Thomas
Copyright 2016 Casey Thomas

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
2 changes: 1 addition & 1 deletion geojson.js
@@ -1,5 +1,5 @@
(function(GeoJSON) {
GeoJSON.version = '0.2.0';
GeoJSON.version = '0.3.0';

// Allow user to specify default parameters
GeoJSON.defaults = {};
Expand Down
6 changes: 3 additions & 3 deletions geojson.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -4,7 +4,7 @@
"author": "Casey Thomas <caseypthomas@gmail.com>",
"license": "MIT",
"keywords": "geojson",
"version": "0.2.1",
"version": "0.3.0",
"main": "./geojson",
"repository": {
"type": "git",
Expand Down

0 comments on commit b0bd84c

Please sign in to comment.