Skip to content

Commit

Permalink
bump v0.1.4
Browse files Browse the repository at this point in the history
  • Loading branch information
steelThread committed May 14, 2011
1 parent 2399cb5 commit a15c3c1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name" : "coffee-resque",
"version" : "0.1.3",
"version" : "0.1.4",
"description" : "Coffeescript/Node.js port of Resque",
"keywords" : ["resque", "redis", "queue", "coffee script"],
"homepage" : "https://github.com/technoweenie/coffee-resque",
Expand Down
2 changes: 1 addition & 1 deletion src/index.coffee
@@ -1,4 +1,4 @@
exports.version = "0.1.3"
exports.version = '0.1.4'

# Sets up a new Resque Connection. This Connection can either be used to
# queue new Resque jobs, or be passed into a worker through a `connection`
Expand Down

0 comments on commit a15c3c1

Please sign in to comment.