Skip to content

Commit

Permalink
update version to 2.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
calvinmetcalf committed Jul 8, 2014
1 parent c17a33b commit 5ece122
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "proj4",
"version": "2.2.1-alpha",
"version": "2.2.1",
"description": "Proj4js is a JavaScript library to transform point coordinates from one coordinate system to another, including datum transformations.",
"homepage": "https://github.com/proj4js/proj4js",
"main": "dist/proj4.js",
Expand Down
2 changes: 1 addition & 1 deletion changelog.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Change log
===
- 2.2.0: Documentation fixes and added proj4.defs('name') as an alias for proj4.defs['name'];
- 2.2.1: Documentation fixes and added proj4.defs('name') as an alias for proj4.defs['name'];

- 2.1.4: dist folder is added back in after accidentally omitting it in 2.1.1

Expand Down
2 changes: 1 addition & 1 deletion component.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "proj4",
"version": "2.2.1-alpha",
"version": "2.2.1",
"description": "Proj4js is a JavaScript library to transform point coordinates from one coordinate system to another, including datum transformations.",
"repo": "proj4js/proj4js",
"keywords": [
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "proj4",
"version": "2.2.1-alpha",
"version": "2.2.1",
"description": "Proj4js is a JavaScript library to transform point coordinates from one coordinate system to another, including datum transformations.",
"main": "lib/index.js",
"directories": {
Expand Down

0 comments on commit 5ece122

Please sign in to comment.