From 75569a1d14252c9b0cd3eca0ca54db1da1494124 Mon Sep 17 00:00:00 2001 From: markushausammann Date: Wed, 30 Aug 2017 16:40:45 +0200 Subject: [PATCH] new version --- README.md | 4 ++-- composer.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 7d4f20d..cf7bd3b 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ Scrutizier analysis: [![Scrutinizer Code Quality](https://scrutinizer-ci.com/g/c ZendSentry is released under the New BSD License. -The current version of ZendSentry for ZF3 is `3.3.0`. It supports Zend Framework >= 3.0. For other versions see tags in the 1.* series as well as 2.* series. +The current version of ZendSentry for ZF3 is `3.3.1`. It supports Zend Framework >= 3.0. For other versions see tags in the 1.* series as well as 2.* series. # Important Changes - 3.3.0: Add possibility to pass config options to ravenjs @@ -47,7 +47,7 @@ In your project's `composer.json` use: { "require": { - "cloud-solutions/zend-sentry": "3.3.0" + "cloud-solutions/zend-sentry": "3.3.1" } Run `php composer.phar update` to download it into your vendor folder and setup autoloading. diff --git a/composer.json b/composer.json index 810f9f2..8ed2979 100644 --- a/composer.json +++ b/composer.json @@ -4,7 +4,7 @@ "keywords": ["log", "logging", "sentry", "raven", "zend-framework"], "homepage": "https://github.com/cloud-solutions/zend-sentry", "type": "library", - "version": "3.3.0", + "version": "3.3.1", "license": "New BSD License", "authors": [ {