Skip to content

Commit 956c3ff

Browse files
committed
bumped version to v0.3.1 with bug-fix from v0.3.0
1 parent 93154ab commit 956c3ff

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG

+4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
== 0.3.1 / June 11, 2010
2+
3+
* fixed deployment bug with new shared link instruction
4+
15
== 0.3.0 / June 11, 2010
26

37
* fixed incorrect links bug (thanks to arlo)

capifony.gemspec

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Gem::Specification.new do |spec|
22

33
spec.name = 'capifony'
4-
spec.version = '0.3.0'
4+
spec.version = '0.3.1'
55
spec.platform = Gem::Platform::RUBY
66
spec.description = <<-DESC
77
Capistrano is an open source tool for running scripts on multiple servers. It’s primary use is for easily deploying applications. While it was built specifically for deploying Rails apps, it’s pretty simple to customize it to deploy other types of applications. This package is a deployment “recipe” to work with symfony PHP applications.

0 commit comments

Comments
 (0)