Skip to content

Commit

Permalink
Bump to 1.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
eregon committed Dec 12, 2023
1 parent 70e4d98 commit 582251c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion debug_inspector.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

Gem::Specification.new do |spec|
spec.name = "debug_inspector"
spec.version = "1.1.0"
spec.version = "1.2.0"
spec.authors = ["John Mair (banisterfiend)"]
spec.email = ["[email protected]"]

Expand Down
2 changes: 1 addition & 1 deletion lib/debug_inspector/version.rb
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
class DebugInspector
# Don't forget to update the version string in the gemspec file.
VERSION = "1.1.0"
VERSION = "1.2.0"
end

0 comments on commit 582251c

Please sign in to comment.