Skip to content

Commit 02332f6

Browse files
author
Stefan Koch
committed
version: bump to v1.2.0
1 parent b41402a commit 02332f6

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

Gemfile.lock

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
PATH
22
remote: .
33
specs:
4-
hcloud (1.1.0)
4+
hcloud (1.2.0)
55
activemodel
66
oj
77
typhoeus
@@ -46,7 +46,7 @@ GEM
4646
ffi (>= 1.15.0)
4747
faker (3.0.0)
4848
i18n (>= 1.8.11, < 2)
49-
ffi (1.15.5)
49+
ffi (1.16.3)
5050
grape (1.6.2)
5151
activesupport
5252
builder
@@ -64,7 +64,7 @@ GEM
6464
ruby2_keywords (~> 0.0.1)
6565
mustermann-grape (1.0.2)
6666
mustermann (>= 1.0.0)
67-
oj (3.13.23)
67+
oj (3.16.1)
6868
parallel (1.22.1)
6969
parser (3.1.3.0)
7070
ast (~> 2.4.1)

lib/hcloud/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# frozen_string_literal: true
22

33
module Hcloud
4-
VERSION = '1.1.0'
4+
VERSION = '1.2.0'
55
end

0 commit comments

Comments
 (0)