Skip to content

Commit

Permalink
Update version to 0.3.3
Browse files Browse the repository at this point in the history
  • Loading branch information
Edan Schwartz committed Mar 27, 2014
1 parent 4b5dd65 commit c3416aa
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 5 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# 0.3.3

* FIX: Fix casing in AMD path (causing Travis build to break)

# 0.3.2

* ADD: Leaflet support for MarkerCollections
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.2",
"version": "0.3.3",
"homepage": "https://github.com/hamweather/aerisjs",
"main": "src",
"ignore": [
Expand Down
2 changes: 1 addition & 1 deletion docs/install.md
Original file line number Diff line number Diff line change
Expand Up @@ -277,5 +277,5 @@ require.config({
Of course, you can always just go ahead and download the whole repo and stick it in your application directory. This means you'll have to download and manage all your dependencies yourself, but hey, to each their own.

* [`master` branch](https://github.com/hamweather/aerisjs/archive/master.zip)
* [v0.3.2 release](https://github.com/hamweather/aerisjs/releases/tag/v0.3.2)
* [v0.3.3 release](https://github.com/hamweather/aerisjs/releases/tag/v0.3.3)
* Clone the repo: `git clone https://github.com/hamweather/aerisjs.git`
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.2",
"version": "0.3.3",
"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.2",
"version": "0.3.3",
"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.2",
"version": "0.3.3",
"description": "A javscript library for maps and weather.",
"main": "",
"directories": {
Expand Down

0 comments on commit c3416aa

Please sign in to comment.