diff --git a/Gemfile.lock b/Gemfile.lock index 04e56eb..691faac 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - dotcrypt (0.1.0) + dotcrypt (0.1.1) bootsnap (~> 1.15.0) dhall (~> 0.5.0) thor (~> 1.2.0) diff --git a/lib/dotcrypt/version.rb b/lib/dotcrypt/version.rb index 3553ede..20e6e2c 100644 --- a/lib/dotcrypt/version.rb +++ b/lib/dotcrypt/version.rb @@ -1,5 +1,5 @@ # frozen_string_literal: true module Dotcrypt - VERSION = "0.1.0" + VERSION = "0.1.1" end