From a1ffc3c131a45c3ba263d7214b3f9a211f9f4cc6 Mon Sep 17 00:00:00 2001 From: Jason Judge Date: Sat, 1 Feb 2014 17:45:34 +0000 Subject: [PATCH] Up version 1.0.0 to 1.0.1 --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 3dd97ed..b614817 100644 --- a/composer.json +++ b/composer.json @@ -1,6 +1,6 @@ { "name": "academe/laraveldkim", - "version": "1.0.0", + "version": "1.0.1", "license": "MIT", "description": "A Laravel plugin to sign all outgoing emails using DKIM from within the application.", "keywords": ["laravel", "dkim", "email", "spam"],