Skip to content

Commit 0caebc1

Browse files
authored
Merge pull request #15 from toshke/develop
v0.2.0
2 parents 429e139 + 4d1dc1c commit 0caebc1

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,5 +112,5 @@ There are command line switch counter parts for all of the
112112

113113
- Bump up version `gem install bump && bump [patch|minor|major]`
114114
- 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`
116116
- Create release page on GitHub

cfn_manage.gemspec

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@ require 'rake'
22

33
Gem::Specification.new do |s|
44
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'
77
s.summary = 'Manage AWS Cloud Formation stacks'
88
s.description = ''
99
s.authors = ['Base2Services', 'Nikola Tosic']

0 commit comments

Comments
 (0)