Skip to content

Commit

Permalink
Update version to 0.3.7
Browse files Browse the repository at this point in the history
  • Loading branch information
Edan Schwartz committed Mar 31, 2014
1 parent 666074b commit ca0525a
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 4 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,14 @@
# 0.3.7

* MOD: Remove Leaflet from bower dependencies.
Leaflet bower package is not consumable.
Use CDN instead.
* FIX: Fix config.setApiSecret
* FIX: Fix AMD demo
* MOD: Add links to demo site and jsFiddle
to docs. Create demo site /index.html page


# 0.3.6

* FIX: Fix grunt 'gzip' task (was breaking CDN lib)
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.3.6",
"version": "0.3.7",
"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.3.6",
"version": "0.3.7",
"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.3.6",
"version": "0.3.7",
"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.3.6",
"version": "0.3.7",
"description": "A javscript library for maps and weather.",
"main": "",
"directories": {
Expand Down

0 comments on commit ca0525a

Please sign in to comment.