Skip to content

Commit

Permalink
Merge pull request #28 from BetterErrors/feature/version-1.0.0
Browse files Browse the repository at this point in the history
Bump version to 1.0.0
  • Loading branch information
RobinDaugherty authored Dec 27, 2020
2 parents 6892979 + 4a61350 commit 160bd6e
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 = "0.0.3"
spec.version = "1.0.0"
spec.authors = ["John Mair (banisterfiend)"]
spec.email = ["jrmair@gmail.com"]

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

0 comments on commit 160bd6e

Please sign in to comment.