Skip to content

Commit

Permalink
Update version to 0.7.5
Browse files Browse the repository at this point in the history
  • Loading branch information
Edan Schwartz committed May 13, 2014
1 parent 4535caf commit d11be11
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 4 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
# 0.7.5

* FIX: Bug fix: MarkerCollection markers adding before setting the object to a map
were not being rendered (Leaflet only)
* FIX: Include marker cluster icon styles inline (Leaflet), or injected into the DOM (gmaps)
* FIX: Fix PointDataMarker attribute lookups, in cases where the data object is not populated.


# 0.7.4

* ADD: Animation method: `setFrom`, `setTo`, `getFrom`, `getTo`
Expand Down
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"weathernation",
"backbone"
],
"version": "0.7.4",
"version": "0.7.5",
"homepage": "https://github.com/hamweather/aerisjs",
"main": "src",
"ignore": [
Expand Down
4 changes: 2 additions & 2 deletions docs/yuidoc.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "Aeris.js",
"description": "A javscript library for maps and weather.",
"version": "0.7.4",
"version": "0.7.5",
"url": "http://aerisjs.com",
"logo": "themes/public/images/aeris_logo.png",
"helpers": [
Expand All @@ -11,7 +11,7 @@
"themes/api/helpers/helpers.js"
],
"config": {
"version": "0.7.4",
"version": "0.7.5",
"cdnPath": "//cdn.aerisjs.com/{PACKAGE}.min.js",
"githubUrl": "https://github.com/hamweather/aerisjs",
"aerisApiUrl": "http://www.hamweather.com/support/documentation/aeris",
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": "Aeris.js",
"version": "0.7.4",
"version": "0.7.5",
"description": "A javscript library for maps and weather.",
"main": "",
"directories": {
Expand Down

0 comments on commit d11be11

Please sign in to comment.