Skip to content

Commit

Permalink
:package 2.0.0-beta.7
Browse files Browse the repository at this point in the history
  • Loading branch information
jgravois committed Jan 1, 2016
1 parent 7e90995 commit 8667a60
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "esri-leaflet",
"version": "v2.0.0-beta.6",
"version": "v2.0.0-beta.7",
"main": "dist/esri-leaflet.js",
"dependencies": {
"leaflet": "^1.0.0-beta.2"
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "esri-leaflet",
"description": "Leaflet plugins for consuming ArcGIS Online and ArcGIS Server services.",
"version": "2.0.0-beta.6",
"version": "2.0.0-beta.7",
"author": "Patrick Arlt <[email protected]> (http://patrickarlt.com)",
"bugs": {
"url": "https://github.com/esri/esri-leaflet/issues"
Expand Down
2 changes: 1 addition & 1 deletion src/EsriLeaflet.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
export var VERSION = '2.0.0-beta.6';
export var VERSION = '2.0.0-beta.7';

// import base
export { Support } from './Support';
Expand Down

0 comments on commit 8667a60

Please sign in to comment.