Skip to content

Commit

Permalink
3.0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
Young Hahn committed Aug 1, 2011
1 parent 1979c47 commit 96e4280
Show file tree
Hide file tree
Showing 11 changed files with 21 additions and 10 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
## Changelog

### 3.0.4

* Added `bwdetect` control for Modest Maps.
* Add tests using `jasmine` library.
* Bugfixes.

### 3.0.3

* Add support for bleeding-edge MM.
* Bugfixes.

### 3.0.2

* Fixes `xyzFinder` in `wax.GridManager` to handle URLs with query strings.
Expand Down
2 changes: 1 addition & 1 deletion dist/wax.g.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/* wax - 3.0.3 - 1.0.4-344-gf45ccac */
/* wax - 3.0.4 - 1.0.4-347-g1979c47 */


/*!
Expand Down
2 changes: 1 addition & 1 deletion dist/wax.g.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion dist/wax.leaf.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/* wax - 3.0.3 - 1.0.4-344-gf45ccac */
/* wax - 3.0.4 - 1.0.4-347-g1979c47 */


/*!
Expand Down
2 changes: 1 addition & 1 deletion dist/wax.leaf.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion dist/wax.mm.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/* wax - 3.0.3 - 1.0.4-344-gf45ccac */
/* wax - 3.0.4 - 1.0.4-347-g1979c47 */


/*!
Expand Down
2 changes: 1 addition & 1 deletion dist/wax.mm.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion dist/wax.ol.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/* wax - 3.0.3 - 1.0.4-344-gf45ccac */
/* wax - 3.0.4 - 1.0.4-347-g1979c47 */


/*!
Expand Down
2 changes: 1 addition & 1 deletion dist/wax.ol.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion manual/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@

## Downloads

- [Wax (3.0.3)](https://github.com/mapbox/wax/tarball/v3.0.3)
- [Wax (3.0.4)](https://github.com/mapbox/wax/tarball/v3.0.4)
- [Previous releases](https://github.com/mapbox/wax/downloads) on GitHub
- [Get the source](https://github.com/mapbox/wax) directly from the GitHub repo

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": "wax",
"version": "3.0.3",
"version": "3.0.4",
"description": "Tools for improving web maps.",
"author": {
"name": "MapBox",
Expand Down

0 comments on commit 96e4280

Please sign in to comment.