Skip to content

Commit

Permalink
update version to 1.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
thadeu committed May 26, 2022
1 parent 6b42bc3 commit 139a74a
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ It is possible to use [Branca as an alternative to JWT](https://appelsiini.net/2
Add this line to your application's Gemfile, Note that you also must have [libsodium](https://download.libsodium.org/doc/) installed.

```ruby
gem 'branca-ruby', '~> 1.0.1'
gem 'branca-ruby', '~> 1.0.2'
```

## Configure
Expand Down
2 changes: 1 addition & 1 deletion lib/branca/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# frozen_string_literal: true

module Branca
VERSION = '1.0.1'
VERSION = '1.0.2'
end
2 changes: 1 addition & 1 deletion spec/lib/branca/version_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@

RSpec.describe Branca do
it 'must have a version number' do
expect(Branca::VERSION).to eq('1.0.1')
expect(Branca::VERSION).to eq('1.0.2')
end
end

0 comments on commit 139a74a

Please sign in to comment.