From fca400c5127479edfeb7548fcd89b0faf5e247c7 Mon Sep 17 00:00:00 2001 From: Mark Haylock Date: Thu, 12 Feb 2015 14:00:31 +1300 Subject: [PATCH] Release 0.0.4. --- lib/swift/playground/metadata.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/swift/playground/metadata.rb b/lib/swift/playground/metadata.rb index f84bd42..f3d2009 100644 --- a/lib/swift/playground/metadata.rb +++ b/lib/swift/playground/metadata.rb @@ -7,6 +7,6 @@ class Playground 'Playgrounds. Supports generation from markdown files ' \ 'with the intent to aide in the production of polished ' \ 'playground documents.' - VERSION = '0.0.3' + VERSION = '0.0.4' end end