Skip to content

Commit 035921a

Browse files
committed
Bump version
1 parent bf0ff9c commit 035921a

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Gemfile.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
PATH
22
remote: .
33
specs:
4-
protobuf_nested_struct (1.1.0)
5-
google-protobuf (< 4)
4+
protobuf_nested_struct (1.2.0)
5+
google-protobuf (>= 3.25.7, < 4)
66

77
GEM
88
remote: https://rubygems.org/

lib/protobuf_nested_struct/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 ProtobufNestedStruct
4-
VERSION = "1.1.0"
4+
VERSION = "1.2.0"
55
end

0 commit comments

Comments
 (0)