Skip to content

Commit 1651f0a

Browse files
committed
bump version to 0.1.1
1 parent 0fc8c3a commit 1651f0a

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

Gemfile.lock

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
PATH
22
remote: .
33
specs:
4-
sidekiq-crypt (0.1.0)
4+
sidekiq-crypt (0.1.1)
55
sidekiq (~> 5.0)
66

77
GEM

lib/sidekiq-crypt/version.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@
22

33
module Sidekiq
44
module Crypt
5-
VERSION = '0.1.0'
5+
VERSION = '0.1.1'
66
end
77
end

test/sidekiq-crypt_test.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
class Sidekiq::CryptTest < Sidekiq::Crypt::TestCase
66
def test_that_it_has_a_version_number
7-
assert_equal('0.1.0', ::Sidekiq::Crypt::VERSION)
7+
assert_equal('0.1.1', ::Sidekiq::Crypt::VERSION)
88
end
99

1010
def test_adds_filters_using_configure

0 commit comments

Comments
 (0)