From 6244e99c0559de6bc56cbc30a5cf5d062ca3cf50 Mon Sep 17 00:00:00 2001 From: Thijs Riezebeek Date: Sat, 16 Apr 2016 00:39:53 +0200 Subject: [PATCH] Set new v1.0.2-beta version in composer.json --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index b54d280..28b26fa 100644 --- a/composer.json +++ b/composer.json @@ -1,7 +1,7 @@ { "name": "thijsr/subtitles", "type": "library", - "version": "v1.0.1-beta", + "version": "v1.0.2-beta", "description": "Modification and conversion of subtitle file formats", "keywords": ["srt", "subrip","subtitles"], "license": "MIT",