Skip to content

Commit

Permalink
misc: Bump version to 1.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
rsempe committed May 16, 2024
1 parent b2c6003 commit 8b8a11b
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
6 changes: 4 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
lago-ruby-client (1.2.0)
lago-ruby-client (1.3.0)
jwt
openssl

Expand All @@ -16,6 +16,7 @@ GEM
addressable (2.8.1)
public_suffix (>= 2.0.2, < 6.0)
ast (2.4.2)
base64 (0.2.0)
concurrent-ruby (1.2.2)
crack (0.4.5)
rexml
Expand All @@ -31,7 +32,8 @@ GEM
io-console (0.6.0)
irb (1.6.3)
reline (>= 0.3.0)
jwt (2.7.1)
jwt (2.8.1)
base64
minitest (5.19.0)
openssl (3.2.0)
parallel (1.22.1)
Expand Down
2 changes: 1 addition & 1 deletion lib/lago/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# frozen_string_literal: true

module Lago
VERSION = '1.2.0'
VERSION = '1.3.0'
end

0 comments on commit 8b8a11b

Please sign in to comment.