Skip to content

Commit

Permalink
🚀 bumpup version 1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
YutaGoto committed Nov 8, 2024
1 parent 8861727 commit d0453b6
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
ika3 (1.0.0)
ika3 (1.1.0)
activesupport (>= 6.0.0)
faraday (>= 2.7.0)

Expand Down Expand Up @@ -48,7 +48,7 @@ GEM
logger (1.6.1)
minitest (5.25.1)
mutex_m (0.2.0)
net-http (0.4.1)
net-http (0.5.0)
uri
parallel (1.26.3)
parser (3.3.5.1)
Expand Down Expand Up @@ -121,7 +121,7 @@ GEM
tzinfo (2.0.6)
concurrent-ruby (~> 1.0)
unicode-display_width (2.6.0)
uri (0.13.1)
uri (1.0.1)
zlib (3.1.1)

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

module Ika3
VERSION = '1.0.0'
VERSION = '1.1.0'
end

0 comments on commit d0453b6

Please sign in to comment.