Skip to content

Commit

Permalink
version 0.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Noah H. Smith committed Nov 10, 2012
1 parent 30bf3ed commit 455a942
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "weather",
"version": "0.0.1",
"version": "0.0.2",
"description": "",
"homepage": "http://weatherjs.com",
"author": "Noah H. Smith <[email protected]> (http://noazark.github.com/)",
Expand Down
2 changes: 1 addition & 1 deletion src/weather.coffee
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ if isModule
URL = require('url')

class Weather
@VERSION: "0.0.1"
@VERSION: "0.0.2"

@kelvinToFahrenheit: (value) ->
(@kelvinToCelsius(value) * 1.8) + 32
Expand Down
2 changes: 1 addition & 1 deletion weather.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion weather.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 455a942

Please sign in to comment.