From 81123312240fb65cbfc55da019da9c0ce6388e1e Mon Sep 17 00:00:00 2001 From: Tayon Miranda Date: Thu, 22 Dec 2016 10:43:27 -0200 Subject: [PATCH] =?UTF-8?q?UPDATE=20=20=20=20=20-=20Alterando=20nome=20do?= =?UTF-8?q?=20template=20para=20exibi=C3=A7=C3=A3o=20de=20mensagem=20de=20?= =?UTF-8?q?erro?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 4 ++-- composer.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 6712ce7..9e6aa76 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -## Exceptions 1.0.1 +## Exceptions 1.0.2 Conjunto de classes para gerenciamento de exceções @@ -27,7 +27,7 @@ Conjunto de classes para gerenciamento de exceções ```sh "require": { ... - "tayron/exceptions" : "1.0.1" + "tayron/exceptions" : "1.0.2" ... }, ``` diff --git a/composer.json b/composer.json index 1f404cd..ec272bc 100644 --- a/composer.json +++ b/composer.json @@ -1,7 +1,7 @@ { "name": "tayron/exceptions", "description": "Classe para tratamento de exceções", - "version": "1.0.1", + "version": "1.0.2", "type": "classe-utilitaria", "homepage": "https://github.com/tayron/exceptions", "authors": [