Skip to content

Commit

Permalink
up version (driver added)
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexVangelov committed Mar 29, 2017
1 parent 9a6b56e commit 86b4380
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions Gemfile.lock
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
extface (0.5.9)
extface (0.6.0)
redis
redis-namespace

Expand Down Expand Up @@ -82,7 +82,7 @@ GEM
rake (>= 0.8.7)
thor (>= 0.18.1, < 2.0)
rake (10.3.2)
redis (3.2.2)
redis (3.3.1)
redis-namespace (1.5.2)
redis (~> 3.0, >= 3.0.4)
sprockets (2.12.1)
Expand Down Expand Up @@ -113,4 +113,4 @@ DEPENDENCIES
sqlite3

BUNDLED WITH
1.10.6
1.13.6
2 changes: 1 addition & 1 deletion lib/extface/version.rb
@@ -1,3 +1,3 @@
module Extface
VERSION = "0.5.9"
VERSION = "0.6.0"
end

0 comments on commit 86b4380

Please sign in to comment.