Skip to content

Commit

Permalink
Merge pull request #79 from tonobo/version-bump
Browse files Browse the repository at this point in the history
version: bump to v1.2.0
  • Loading branch information
Stefan Koch committed Oct 11, 2023
2 parents b41402a + 02332f6 commit 5a5857e
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:
hcloud (1.1.0)
hcloud (1.2.0)
activemodel
oj
typhoeus
Expand Down Expand Up @@ -46,7 +46,7 @@ GEM
ffi (>= 1.15.0)
faker (3.0.0)
i18n (>= 1.8.11, < 2)
ffi (1.15.5)
ffi (1.16.3)
grape (1.6.2)
activesupport
builder
Expand All @@ -64,7 +64,7 @@ GEM
ruby2_keywords (~> 0.0.1)
mustermann-grape (1.0.2)
mustermann (>= 1.0.0)
oj (3.13.23)
oj (3.16.1)
parallel (1.22.1)
parser (3.1.3.0)
ast (~> 2.4.1)
Expand Down
2 changes: 1 addition & 1 deletion lib/hcloud/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# frozen_string_literal: true

module Hcloud
VERSION = '1.1.0'
VERSION = '1.2.0'
end

0 comments on commit 5a5857e

Please sign in to comment.