Skip to content

Commit

Permalink
release
Browse files Browse the repository at this point in the history
  • Loading branch information
patrickarlt committed Jul 20, 2015
1 parent ce795b1 commit c4c1a00
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": "esri-leaflet",
"version": "v2.0.0-beta.2",
"version": "v2.0.0-beta.3",
"main": "dist/esri-leaflet.js",
"ignore": [
"**/.*",
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.2",
"version": "2.0.0-beta.3",
"author": "Patrick Arlt <[email protected]> (http://patrickarlt.com)",
"browserify": {
"transform": [
Expand Down
2 changes: 1 addition & 1 deletion scripts/release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ git add $FILES -f
git commit -m "build $VERSION"

# Create a ZIP archive of the dist files
zip -r dist/esri-leaflet-v$VERSION.zip $FILES
zip -r ./dist/esri-leaflet-v$VERSION.zip $FILES

# Run gh-release to create the tag and push release to github
gh-release --assets ./dist/esri-leaflet-v$VERSION.zip
Expand Down
2 changes: 1 addition & 1 deletion src/EsriLeaflet.js
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ import { FeatureGrid } from './Layers/FeatureLayer/FeatureGrid.js';
import { FeatureManager } from './Layers/FeatureLayer/FeatureManager.js';
import { FeatureLayer, featureLayer } from './Layers/FeatureLayer/FeatureLayer.js';

export var VERSION = '2.0.0-beta.2';
export var VERSION = '2.0.0-beta.3';
export { Support };
export { Util };
export { get };
Expand Down

0 comments on commit c4c1a00

Please sign in to comment.