Skip to content

Commit

Permalink
Bump version to 1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
peterzhu2118 committed Jun 15, 2023
1 parent 9e7d6ae commit 131ea25
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion lib/shopify_ruby_definitions/version.rb
@@ -1,5 +1,5 @@
# frozen_string_literal: true

module ShopifyRubyDefinitions
VERSION = "0.0.1"
VERSION = "1.0.0"
end
4 changes: 2 additions & 2 deletions shopify-ruby-definitions.gemspec
Expand Up @@ -9,12 +9,12 @@ Gem::Specification.new do |spec|
spec.email = ["peter@peterzhu.ca"]

spec.summary = "Ruby builds used at Shopify."
spec.homepage = "https://github.com/shopify/ruby-definitions"
spec.homepage = "https://github.com/Shopify/ruby-definitions"
spec.license = "MIT"
spec.required_ruby_version = ">= 2.6.0"

spec.metadata["homepage_uri"] = spec.homepage
spec.metadata["source_code_uri"] = "https://github.com/shopify/ruby-definitions"
spec.metadata["source_code_uri"] = "https://github.com/Shopify/ruby-definitions"

# Specify which files should be added to the gem when it is released.
# The `git ls-files -z` loads the files in the RubyGem that have been added into git.
Expand Down

0 comments on commit 131ea25

Please sign in to comment.