diff --git a/Gemfile.lock b/Gemfile.lock index 79e803c..2a7ca4a 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - yookassa (0.1.0) + yookassa (0.2.0) dry-struct http (~> 5.0.1) diff --git a/lib/yookassa/version.rb b/lib/yookassa/version.rb index fe42168..08c1f0e 100644 --- a/lib/yookassa/version.rb +++ b/lib/yookassa/version.rb @@ -1,5 +1,5 @@ # frozen_string_literal: true module Yookassa - VERSION = "0.1.0" + VERSION = "0.2.0" end