Skip to content

Commit

Permalink
Update version to 0.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Edan Schwartz committed Apr 23, 2014
1 parent 709a4cb commit eea2ad1
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 4 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
# 0.5.0

**BREAKING CHANGES**

* MOD: Renamed built library files, using an 'aeris-` prefix.
eg. 'aeris-gmaps.js' instead of 'gmaps.js'
* MOD: Default aeris.js not uses Leaflet, instead of gmaps.

To adapt to breaking changes, make sure you update your links to the Aeris.js library.
If you currently using Google Maps along with the main 'aeris.js' or 'aeris.min.js'
script, you will want to switch to use 'aeris-gmaps.js' or 'aeris-gmaps.min.js'.

# 0.4.3

* ADD: Batch api requests with AerisBatchModel
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.4.3",
"version": "0.5.0",
"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.4.3",
"version": "0.5.0",
"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.4.3",
"version": "0.5.0",
"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.4.3",
"version": "0.5.0",
"description": "A javscript library for maps and weather.",
"main": "",
"directories": {
Expand Down

0 comments on commit eea2ad1

Please sign in to comment.