Skip to content

Commit

Permalink
version: 1.0.6
Browse files Browse the repository at this point in the history
  • Loading branch information
leon-teixeira-id committed Jul 30, 2023
1 parent c3c3172 commit 3c3337a
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
mini_api (0.1.5)
mini_api (0.1.6)
alba (~> 2.3)
rails (>= 7.0.5)

Expand Down Expand Up @@ -116,7 +116,7 @@ GEM
method_source (1.0.0)
mini_mime (1.1.2)
minitest (5.18.0)
net-imap (0.3.6)
net-imap (0.3.7)
date
net-protocol
net-pop (0.1.2)
Expand Down Expand Up @@ -201,10 +201,10 @@ GEM
tzinfo (2.0.6)
concurrent-ruby (~> 1.0)
unicode-display_width (2.4.2)
websocket-driver (0.7.5)
websocket-driver (0.7.6)
websocket-extensions (>= 0.1.0)
websocket-extensions (0.1.5)
zeitwerk (2.6.8)
zeitwerk (2.6.9)

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

module MiniApi
VERSION = '0.1.5'
VERSION = '0.1.6'
end

0 comments on commit 3c3337a

Please sign in to comment.