Skip to content

Commit

Permalink
Update version to 0.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
tomtt committed Feb 19, 2024
1 parent 1ca26ba commit 10d5c28
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion bulldoze_renamer.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ Gem::Specification.new do |spec|
spec.authors = ["Tom ten Thij"]
spec.email = ["[email protected]"]

spec.summary = %q{A gem environment to learn code in}
spec.summary = %q{A command line tool to bulk rename classes and variables in ruby projects}
spec.required_ruby_version = Gem::Requirement.new(">= 2.3.0")

# Specify which files should be added to the gem when it is released.
Expand Down
2 changes: 1 addition & 1 deletion lib/bulldoze_renamer/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module BulldozeRenamer
VERSION = "0.0.2"
VERSION = "0.0.3"
end

0 comments on commit 10d5c28

Please sign in to comment.