Skip to content

Commit

Permalink
Update version to v0.3.4
Browse files Browse the repository at this point in the history
  • Loading branch information
Edan Schwartz committed Mar 28, 2014
1 parent 8f43863 commit ad6879c
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.3.4

* ADD: Leaflet build package
* FIX: Fix Leaflet library AMD path in build
* MOD: Reorganize AMD package definitions

See git history for a full change list

# 0.3.3

* FIX: Fix casing in AMD path (causing Travis build to break)
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.3",
"version": "0.3.4",
"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.3",
"version": "0.3.4",
"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.3",
"version": "0.3.4",
"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.3",
"version": "0.3.4",
"description": "A javscript library for maps and weather.",
"main": "",
"directories": {
Expand Down

0 comments on commit ad6879c

Please sign in to comment.