File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -112,5 +112,5 @@ There are command line switch counter parts for all of the
112
112
113
113
- Bump up version ` gem install bump && bump [patch|minor|major] `
114
114
- Update timestamp in ` cfn_manage.gemspec `
115
- - Create and publish gem ` gem build cfn_manage.gemspect && gem push cfn_manage-$VERSION.gem `
115
+ - Create and publish gem ` gem build cfn_manage.gemspec && gem push cfn_manage-$VERSION.gem `
116
116
- Create release page on GitHub
Original file line number Diff line number Diff line change @@ -2,8 +2,8 @@ require 'rake'
2
2
3
3
Gem ::Specification . new do |s |
4
4
s . name = 'cfn_manage'
5
- s . version = '0.1.3 '
6
- s . date = '2017-09-26 '
5
+ s . version = '0.2.0 '
6
+ s . date = '2017-10-30 '
7
7
s . summary = 'Manage AWS Cloud Formation stacks'
8
8
s . description = ''
9
9
s . authors = [ 'Base2Services' , 'Nikola Tosic' ]
You can’t perform that action at this time.
0 commit comments