Skip to content

Commit

Permalink
Merge pull request #1470 from Shopify/bump-to-20-0-2
Browse files Browse the repository at this point in the history
Packaging for release 20.0.2 (part 2)
  • Loading branch information
tatsuya committed Jul 7, 2022
2 parents 1d0a686 + 2aa78b3 commit 80dde34
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 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:
shopify_app (20.0.1)
shopify_app (20.0.2)
activeresource
browser_sniffer (~> 2.0)
jwt (>= 2.2.3)
Expand Down Expand Up @@ -124,7 +124,7 @@ GEM
nokogiri (1.13.4)
mini_portile2 (~> 2.8.0)
racc (~> 1.4)
oj (3.13.15)
oj (3.13.16)
openssl (3.0.0)
parallel (1.21.0)
parser (3.1.0.0)
Expand Down Expand Up @@ -204,7 +204,7 @@ GEM
securerandom
sorbet-runtime
zeitwerk (~> 2.5)
sorbet-runtime (0.5.10139)
sorbet-runtime (0.5.10141)
sprockets (4.1.1)
concurrent-ruby (~> 1.0)
rack (> 1, < 3)
Expand Down
2 changes: 1 addition & 1 deletion lib/shopify_app/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# frozen_string_literal: true

module ShopifyApp
VERSION = "20.0.1"
VERSION = "20.0.2"
end
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "shopify_app",
"version": "20.0.1",
"version": "20.0.2",
"repository": "git@github.com:Shopify/shopify_app.git",
"author": "Shopify",
"license": "MIT",
Expand Down

0 comments on commit 80dde34

Please sign in to comment.