diff --git a/Gemfile.lock b/Gemfile.lock index fc683b6..a87f3a3 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - spectre (0.0.1) + spectre (1.0.0) GEM remote: https://rubygems.org/ diff --git a/lib/spectre/version.rb b/lib/spectre/version.rb index 6d198ca..18e20ba 100644 --- a/lib/spectre/version.rb +++ b/lib/spectre/version.rb @@ -1,5 +1,5 @@ # frozen_string_literal: true module Spectre # :nodoc:all - VERSION = "0.0.1" + VERSION = "1.0.0" end