Skip to content

Commit 2676652

Browse files
committed
Release 1.4.2
1 parent 3c76e28 commit 2676652

3 files changed

Lines changed: 7 additions & 2 deletions

File tree

HISTORY.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,9 @@
11

2+
1.4.2 / 2016-07-11
3+
==================
4+
5+
* remove the extra -e from echo in makefile
6+
27
1.4.1 / 2016-07-11
38
==================
49

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "segmentio/analytics-php",
3-
"version": "1.4.1",
3+
"version": "1.4.2",
44
"description": "Segment Analytics PHP Library",
55
"keywords": [
66
"analytics",

lib/Segment/Version.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
<?php
22
global $SEGMENT_VERSION;
3-
$SEGMENT_VERSION = "1.4.1";
3+
$SEGMENT_VERSION = "1.4.2";
44
?>

0 commit comments

Comments
 (0)