Skip to content

Commit

Permalink
Bump solidus_feeds to 0.1.0 as first release
Browse files Browse the repository at this point in the history
  • Loading branch information
nirebu committed Jan 29, 2021
1 parent 19fccc6 commit a352b64
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion lib/solidus_feeds/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# frozen_string_literal: true

module SolidusFeeds
VERSION = '0.0.1'
VERSION = '0.1.0'
end
6 changes: 3 additions & 3 deletions solidus_feeds.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,12 @@ Gem::Specification.new do |spec|
spec.email = '[email protected]'

spec.summary = 'A framework for producing and publishing feeds on Solidus.'
spec.homepage = 'https://github.com/elia/solidus_feeds#readme'
spec.homepage = 'https://github.com/solidusio-contrib/solidus_feeds#readme'
spec.license = 'BSD-3-Clause'

spec.metadata['homepage_uri'] = spec.homepage
spec.metadata['source_code_uri'] = 'https://github.com/elia/solidus_feeds'
spec.metadata['changelog_uri'] = 'https://github.com/elia/solidus_feeds/releases'
spec.metadata['source_code_uri'] = 'https://github.com/solidusio-contrib/solidus_feeds'
spec.metadata['changelog_uri'] = 'https://github.com/solidusio-contrib/solidus_feeds/releases'

spec.required_ruby_version = Gem::Requirement.new('~> 2.5')

Expand Down

0 comments on commit a352b64

Please sign in to comment.