Skip to content

Commit 7d2e27c

Browse files
author
Asfand Qazi
committed
Bump version to 1.1.0
Is identical to v1.1.0-rc1, which has been successfully used in several bots
1 parent 137fac8 commit 7d2e27c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Gemfile.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
PATH
22
remote: .
33
specs:
4-
openc-schema (1.1.0.rc1)
4+
openc-schema (1.1.0)
55
json_validation (= 0.1.0)
66
openc-json_schema (= 0.0.14)
77
openc_json_schema_formats (= 0.1.3)

openc-schema.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ $LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib)
33

44
Gem::Specification.new do |spec|
55
spec.name = "openc-schema"
6-
spec.version = "1.1.0.rc1"
6+
spec.version = "1.1.0"
77
spec.authors = ["OpenCorporates dev team"]
88

99
spec.summary = %q{JSON Schema to validate data before sending to OpenCorporates.}

0 commit comments

Comments
 (0)