Prep for v1.0.1 release

This commit is contained in:
richie 2016-10-12 14:14:35 -07:00
parent f8c882001c
commit d193369d92
5 changed files with 8 additions and 6 deletions

View File

@ -50,7 +50,9 @@ echo '##### rswag #####'
cd $ROOT_PATH/rswag
gem push rswag-$version.gem
# Cleanup
cd $ROOT_PATH
# Create git tag
git tag v$version
git push origin v$version

View File

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

View File

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

View File

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

View File

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