Skip to content

Commit 0af9b3f

Browse files
committed
Bump version to v3.0.2
1 parent 845a1c7 commit 0af9b3f

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.semver

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
:major: 3
33
:minor: 0
4-
:patch: 1
4+
:patch: 2
55
:special: ''
66
:metadata: ''

VERSION

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
v3.0.1
1+
v3.0.2

capcake.gemspec

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ $LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib)
33

44
Gem::Specification.new do |spec|
55
spec.name = 'capcake'
6-
spec.version = '3.0.1'
6+
spec.version = '3.0.2'
77
spec.authors = ['Jad Bitar']
88
spec.email = ['[email protected]']
99
spec.description = %q{CakePHP deployment for Capistrano 3.x}

0 commit comments

Comments
 (0)