From 61f2069bb23d66cc789678bb30c22fd813d65593 Mon Sep 17 00:00:00 2001 From: Don Melton Date: Fri, 8 May 2015 00:41:54 -0700 Subject: [PATCH] Bump version to 0.1.3. --- lib/video_transcoding/version.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/video_transcoding/version.rb b/lib/video_transcoding/version.rb index 163b7eb..d7c21eb 100644 --- a/lib/video_transcoding/version.rb +++ b/lib/video_transcoding/version.rb @@ -5,5 +5,5 @@ # module VideoTranscoding - VERSION = '0.1.2' + VERSION = '0.1.3' end