Skip to content

Commit

Permalink
Releasing cassette 1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
rhruiz committed Apr 14, 2016
1 parent 3eb10d4 commit 74744e3
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
cassette (1.0.18)
cassette (1.1.0)
activesupport (> 3.1.0)
faraday (> 0.9)
libxml-ruby
Expand All @@ -27,7 +27,7 @@ GEM
docile (1.1.5)
faker (1.4.3)
i18n (~> 0.5)
faraday (0.9.1)
faraday (0.9.2)
multipart-post (>= 1.2, < 3)
hashdiff (0.2.3)
i18n (0.7.0)
Expand Down
4 changes: 2 additions & 2 deletions lib/cassette/version.rb
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
module Cassette
class Version
MAJOR = '1'
MINOR = '0'
PATCH = '18'
MINOR = '1'
PATCH = '0'

def self.version
[MAJOR, MINOR, PATCH].join('.')
Expand Down

0 comments on commit 74744e3

Please sign in to comment.