Skip to content

Commit

Permalink
Update version to 0.7.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Edan Schwartz committed May 7, 2014
1 parent 4441edd commit 06a59ff
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.2

* MOD: Remove Handlebars and hbars! dependencies
* MOD: Clean up unused dependencies from bower.json and amd config
* MOD: Update AMD example to use Leaflet
* MOD: Minor changes and clarifications to documentation


# 0.7.1

* FIX: AerisBatchModel handles errors in indiviudal endpoint responses
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.1",
"version": "0.7.2",
"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.1",
"version": "0.7.2",
"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.1",
"version": "0.7.2",
"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.1",
"version": "0.7.2",
"description": "A javscript library for maps and weather.",
"main": "",
"directories": {
Expand Down

0 comments on commit 06a59ff

Please sign in to comment.