diff --git a/Gemfile.lock b/Gemfile.lock index 21dd642..7f8694f 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - borsh-rb (0.1.3) + borsh-rb (0.2.0) GEM remote: https://rubygems.org/ @@ -29,6 +29,7 @@ GEM PLATFORMS x86_64-darwin-20 + x86_64-linux DEPENDENCIES borsh-rb! diff --git a/lib/borsh/version.rb b/lib/borsh/version.rb index d31e63f..e0f2ebe 100644 --- a/lib/borsh/version.rb +++ b/lib/borsh/version.rb @@ -1,5 +1,5 @@ # frozen_string_literal: true module Borsh - VERSION = "0.1.3" + VERSION = "0.2.0" end