Skip to content

Commit

Permalink
Bump major version, change gem name
Browse files Browse the repository at this point in the history
Note that renaming the modules and all seems
completely unnecessary, at least for now,
to allow for easier upgrades.

The project is MIT licensed, too, so we are
allowed to continue with any kind of modifications.
  • Loading branch information
michaelklishin committed Jun 26, 2024
1 parent bf76254 commit c82aeae
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion sneakers.gemspec → kicks.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ $LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib)
require 'sneakers/version'

Gem::Specification.new do |gem|
gem.name = 'sneakers'
gem.name = 'kicks'
gem.version = Sneakers::VERSION
gem.authors = ['Dotan Nahum', 'Michael Klishin']
gem.email = ['[email protected]']
Expand Down
2 changes: 1 addition & 1 deletion lib/sneakers/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module Sneakers
VERSION = "2.13.0.pre"
VERSION = "3.0.0.pre"
end

0 comments on commit c82aeae

Please sign in to comment.