diff --git a/README.md b/README.md index 0ae5ff6..534461f 100644 --- a/README.md +++ b/README.md @@ -23,7 +23,7 @@ gem 'eyaml' For MacOS users, libsodium is available via homebrew and can be installed with: ```shell -Wbrew install libsodium +brew install libsodium ``` ## Usage diff --git a/lib/eyaml/version.rb b/lib/eyaml/version.rb index b6927e5..ca82211 100644 --- a/lib/eyaml/version.rb +++ b/lib/eyaml/version.rb @@ -1,5 +1,5 @@ # frozen_string_literal: true module EYAML - VERSION = "0.4.0" + VERSION = "0.4.1" end