diff --git a/Gemfile.lock b/Gemfile.lock index af75ec5..63b8f7b 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,13 +1,13 @@ PATH remote: ./rswag-api specs: - rswag-api (1.0.2) + rswag-api (1.0.3) rails (>= 3.1, < 5.1) PATH remote: ./rswag-specs specs: - rswag-specs (1.0.2) + rswag-specs (1.0.3) json-schema (~> 2.2) rails (>= 3.1, < 5.1) rspec-rails (>= 2.14, < 4) @@ -15,7 +15,7 @@ PATH PATH remote: ./rswag-ui specs: - rswag-ui (1.0.2) + rswag-ui (1.0.3) rails (>= 3.1, < 5.1) GEM diff --git a/rswag-api/lib/rswag/api/version.rb b/rswag-api/lib/rswag/api/version.rb index 3d3dd1b..f2f58bf 100644 --- a/rswag-api/lib/rswag/api/version.rb +++ b/rswag-api/lib/rswag/api/version.rb @@ -1,5 +1,5 @@ module Rswag module Api - VERSION = '1.0.2' + VERSION = '1.0.3' end end diff --git a/rswag-specs/lib/rswag/specs/version.rb b/rswag-specs/lib/rswag/specs/version.rb index 20ceefb..8b61a7c 100644 --- a/rswag-specs/lib/rswag/specs/version.rb +++ b/rswag-specs/lib/rswag/specs/version.rb @@ -1,5 +1,5 @@ module Rswag module Specs - VERSION = '1.0.2' + VERSION = '1.0.3' end end diff --git a/rswag-ui/lib/rswag/ui/version.rb b/rswag-ui/lib/rswag/ui/version.rb index e5c1322..94f7f29 100644 --- a/rswag-ui/lib/rswag/ui/version.rb +++ b/rswag-ui/lib/rswag/ui/version.rb @@ -1,5 +1,5 @@ module Rswag module Ui - VERSION = '1.0.2' + VERSION = '1.0.3' end end diff --git a/rswag/lib/rswag/version.rb b/rswag/lib/rswag/version.rb index da5e3fd..c82c598 100644 --- a/rswag/lib/rswag/version.rb +++ b/rswag/lib/rswag/version.rb @@ -1,3 +1,3 @@ module Rswag - VERSION = '1.0.2' + VERSION = '1.0.3' end