Skip to content

Commit 75569a1

Browse files
new version
1 parent 6d18c75 commit 75569a1

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ Scrutizier analysis: [![Scrutinizer Code Quality](https://scrutinizer-ci.com/g/c
44

55
ZendSentry is released under the New BSD License.
66

7-
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.
7+
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.
88

99
# Important Changes
1010
- 3.3.0: Add possibility to pass config options to ravenjs
@@ -47,7 +47,7 @@ In your project's `composer.json` use:
4747

4848
{
4949
"require": {
50-
"cloud-solutions/zend-sentry": "3.3.0"
50+
"cloud-solutions/zend-sentry": "3.3.1"
5151
}
5252

5353
Run `php composer.phar update` to download it into your vendor folder and setup autoloading.

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"keywords": ["log", "logging", "sentry", "raven", "zend-framework"],
55
"homepage": "https://github.com/cloud-solutions/zend-sentry",
66
"type": "library",
7-
"version": "3.3.0",
7+
"version": "3.3.1",
88
"license": "New BSD License",
99
"authors": [
1010
{

0 commit comments

Comments
 (0)