Skip to content

Commit

Permalink
bump version and build
Browse files Browse the repository at this point in the history
  • Loading branch information
mourner committed Jun 27, 2013
1 parent 9ba2822 commit ae5bc1c
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 8 deletions.
10 changes: 6 additions & 4 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,15 @@ Leaflet Changelog

(all changes without author notice are by [@mourner](https://github.com/mourner))

## 0.6.1-dev (master)
## 0.6.2-dev (master)

An in-progress version being developed on the master branch.
An in-progress version being developed on the master branch. No changes since latest stable release.

## 0.6.1 (June 27, 2013)

* Fixed a bug where zoom buttons inherited Bootstrap link hover styles. [#1791](https://github.com/Leaflet/Leaflet/issues/1791)
* Fixed a regression with broken zooming on maps with EPSG3395 projection. [#1796](https://github.com/Leaflet/Leaflet/issues/1796)
* Fixed a regression with mouse wheel zooming too fast on Firefox (by [@jfirebaugh](https://github.com/jfirebaugh)). [#1788](https://github.com/Leaflet/Leaflet/issues/1788)
* Fixed a regression with broken zooming on maps with EPSG3395 projection. [#1796](https://github.com/Leaflet/Leaflet/issues/1796)
* Fixed a bug where zoom buttons inherited Bootstrap link hover styles. [#1791](https://github.com/Leaflet/Leaflet/issues/1791)

## 0.6 (June 26, 2013)

Expand Down
2 changes: 1 addition & 1 deletion dist/leaflet-src.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
var oldL = window.L,
L = {};

L.version = '0.6';
L.version = '0.6.1';

// define Leaflet for Node module pattern loaders, including Browserify
if (typeof module === 'object' && typeof module.exports === 'object') {
Expand Down
2 changes: 1 addition & 1 deletion dist/leaflet.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "leaflet",
"version": "0.6.0",
"version": "0.6.1",
"description": "JavaScript library for mobile-friendly interactive maps",
"devDependencies": {
"jshint": "~2.1.4",
Expand Down
2 changes: 1 addition & 1 deletion src/Leaflet.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
var oldL = window.L,
L = {};

L.version = '0.6';
L.version = '0.6.1';

// define Leaflet for Node module pattern loaders, including Browserify
if (typeof module === 'object' && typeof module.exports === 'object') {
Expand Down

0 comments on commit ae5bc1c

Please sign in to comment.