Skip to content

Commit 8cd3583

Browse files
author
robot
committed
Release v1.15.1
1 parent 220fa79 commit 8cd3583

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

CHANGELOG.md

+1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
## 1.15.1
2+
## 1.15.1
23
* fixed Error parsing JSON @1:9: No such field
34

45
## 1.15.0

src/Version.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<?php
22
const MAJOR = "1";
33
const MINOR = "15";
4-
const PATCH = "0";
4+
const PATCH = "1";
55

0 commit comments

Comments
 (0)