Skip to content

Commit

Permalink
Bump up version of gcpc to v0.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
south37 committed May 23, 2019
1 parent d221ce5 commit 30e925e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
gcpc (0.0.1)
gcpc (0.0.2)
google-cloud-pubsub (~> 0.34)

GEM
Expand Down Expand Up @@ -53,8 +53,8 @@ GEM
memoist (0.16.0)
method_source (0.9.2)
multi_json (1.13.1)
multipart-post (2.0.0)
os (1.0.0)
multipart-post (2.1.0)
os (1.0.1)
pry (0.12.2)
coderay (~> 1.1.0)
method_source (~> 0.9.0)
Expand Down
2 changes: 1 addition & 1 deletion lib/gcpc/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module Gcpc
VERSION = "0.0.1"
VERSION = "0.0.2"
end

0 comments on commit 30e925e

Please sign in to comment.