Skip to content

Commit

Permalink
bumping version to v1.0.0-rc.2
Browse files Browse the repository at this point in the history
  • Loading branch information
patrickarlt committed Oct 20, 2014
1 parent 0cd7d9e commit bd5c724
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": "v1.0.0-rc.1",
"version": "v1.0.0-rc.2",
"main": "dist/esri-leaflet.js",
"ignore": [
"**/.*",
Expand Down
2 changes: 1 addition & 1 deletion site/source/layouts/example.hbs
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ layout: page.hbs
<script src="http://cdn.leafletjs.com/leaflet-0.7.3/leaflet.js"></script>

<!-- Load Esri Leaflet from CDN -->
<script src="http://cdn-geoweb.s3.amazonaws.com/esri-leaflet/1.0.0-rc.1/esri-leaflet.js"></script>
<script src="http://cdn-geoweb.s3.amazonaws.com/esri-leaflet/1.0.0-rc.2/esri-leaflet.js"></script>

<style>
body {margin:0;padding:0;}
Expand Down
2 changes: 1 addition & 1 deletion site/source/partials/header.hbs
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
<script src="http://cdn.leafletjs.com/leaflet-0.7.3/leaflet.js"></script>

<!-- esri leaflet -->
<script src="http://cdn-geoweb.s3.amazonaws.com/esri-leaflet/1.0.0-rc.1/esri-leaflet.js"></script>
<script src="http://cdn-geoweb.s3.amazonaws.com/esri-leaflet/1.0.0-rc.2/esri-leaflet.js"></script>

<!-- Google Analytics -->
<script>
Expand Down

0 comments on commit bd5c724

Please sign in to comment.