Skip to content

Commit

Permalink
update bump to version 16.0.0 and run bundle install
Browse files Browse the repository at this point in the history
  • Loading branch information
jgray7019 committed Dec 10, 2020
1 parent 511e242 commit 3848842
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
15.1.0
16.0.0
------
* Update all `html.erb` and `css` files to correspond with updated store admin design language [#1102](https://github.com/Shopify/shopify_app/pull/1102)

Expand Down
2 changes: 1 addition & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
shopify_app (15.0.1)
shopify_app (16.0.0)
browser_sniffer (~> 1.2.2)
jwt (~> 2.2.1)
omniauth-shopify-oauth2 (~> 2.2.2)
Expand Down
2 changes: 1 addition & 1 deletion lib/shopify_app/version.rb
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# frozen_string_literal: true
module ShopifyApp
VERSION = '15.1.0'
VERSION = '16.0.0'
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": "15.1.0",
"version": "16.0.0",
"repository": "git@github.com:Shopify/shopify_app.git",
"author": "Shopify",
"license": "MIT",
Expand Down

0 comments on commit 3848842

Please sign in to comment.