Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
gottfrois committed Oct 24, 2013
1 parent 742a9d2 commit 1b7d6ed
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
@@ -0,0 +1,4 @@
## 1.0.2

* Fix redis connection. Now using connection pool
* Allow redis custom connection using custom redis host, port and password.
4 changes: 2 additions & 2 deletions Gemfile.lock
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
dashing-rails (1.0.1)
dashing-rails (1.0.2)
coffee-script (~> 2.2)
connection_pool (~> 1.1)
jquery-rails (~> 3.0)
Expand Down Expand Up @@ -36,7 +36,7 @@ GEM
multi_json (~> 1.3)
thread_safe (~> 0.1)
tzinfo (~> 0.3.37)
arel (4.0.0)
arel (4.0.1)
atomic (1.1.12)
better_errors (1.0.1)
coderay (>= 1.0.0)
Expand Down
2 changes: 1 addition & 1 deletion lib/dashing/version.rb
@@ -1,3 +1,3 @@
module Dashing
VERSION = "1.0.1"
VERSION = "1.0.2"
end

0 comments on commit 1b7d6ed

Please sign in to comment.