diff --git a/lib/rusty_json_schema/version.rb b/lib/rusty_json_schema/version.rb index 47afeb2..b1a0b1b 100644 --- a/lib/rusty_json_schema/version.rb +++ b/lib/rusty_json_schema/version.rb @@ -2,6 +2,6 @@ module RustyJSONSchema - VERSION = "1.0.1" + VERSION = "1.0.2" end diff --git a/rusty_json_schema.gemspec b/rusty_json_schema.gemspec index 8acc00f..9b02618 100644 --- a/rusty_json_schema.gemspec +++ b/rusty_json_schema.gemspec @@ -30,6 +30,7 @@ Gem::Specification.new do |spec| # rubocop:disable Metrics/BlockLength "src/**/*.rs", "rusty_json_schema.gemspec", "Cargo.toml", + "Cargo.lock", "LICENSE", "README.md", "ext/Rakefile",