Prep for v1.0.2 release

This commit is contained in:
richie 2016-10-14 17:48:16 -07:00
parent 23f4120fe3
commit 7025ec0063
4 changed files with 4 additions and 4 deletions

View File

@ -1,5 +1,5 @@
module Rswag module Rswag
module Api module Api
VERSION = '1.0.1' VERSION = '1.0.2'
end end
end end

View File

@ -1,5 +1,5 @@
module Rswag module Rswag
module Specs module Specs
VERSION = '1.0.1' VERSION = '1.0.2'
end end
end end

View File

@ -1,5 +1,5 @@
module Rswag module Rswag
module Ui module Ui
VERSION = '1.0.1' VERSION = '1.0.2'
end end
end end

View File

@ -1,3 +1,3 @@
module Rswag module Rswag
VERSION = '1.0.1' VERSION = '1.0.2'
end end