Skip to content

Commit

Permalink
Set Version 0.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
AS-AlStar committed Nov 18, 2021
1 parent dbead92 commit 799f2d4
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 15 deletions.
20 changes: 6 additions & 14 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
jcw (0.2.0)
jcw (0.2.1)
activesupport (>= 5.0)
gruf (~> 2.10)
httprb-opentracing (~> 0.4.0)
Expand Down Expand Up @@ -50,21 +50,13 @@ GEM
ffi-compiler (1.0.1)
ffi (>= 1.0.0)
rake
google-protobuf (3.18.1)
google-protobuf (3.18.1-universal-darwin)
google-protobuf (3.18.1-x86_64-linux)
googleapis-common-protos-types (1.2.0)
google-protobuf (3.19.1)
googleapis-common-protos-types (1.3.0)
google-protobuf (~> 3.14)
grpc (1.41.0)
grpc (1.41.1)
google-protobuf (~> 3.17)
googleapis-common-protos-types (~> 1.0)
grpc (1.41.0-universal-darwin)
google-protobuf (~> 3.17)
googleapis-common-protos-types (~> 1.0)
grpc (1.41.0-x86_64-linux)
google-protobuf (~> 3.17)
googleapis-common-protos-types (~> 1.0)
grpc-tools (1.41.0)
grpc-tools (1.41.1)
gruf (2.10.0)
activesupport (> 4)
concurrent-ruby (> 1)
Expand All @@ -91,7 +83,7 @@ GEM
jaeger-client (1.1.0)
opentracing (~> 0.3)
thrift
json (2.5.1)
json (2.6.1)
llhttp-ffi (0.3.1)
ffi-compiler (~> 1.0)
rake (~> 13.0)
Expand Down
2 changes: 1 addition & 1 deletion lib/jcw/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# frozen_string_literal: true

module JCW
VERSION = "0.2.0"
VERSION = "0.2.1"
end

0 comments on commit 799f2d4

Please sign in to comment.