Skip to content

Commit 30356de

Browse files
committed
Prepare for next release
1 parent d53f502 commit 30356de

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/http/Response.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
* Response Component based on CI_Output
99
*
1010
* @author Nick Tsai <myintaer@gmail.com>
11-
* @since 0.2.0
11+
* @since 1.2.0
1212
* @example
1313
* $response = new yidas\http\Response;
1414
* $response->setFormat(yidas\http\Response::FORMAT_JSON);

src/rest/Controller.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
* RESTful API Controller
1010
*
1111
* @author Nick Tsai <myintaer@gmail.com>
12-
* @version 1.1.5
12+
* @version 1.2.0
1313
* @link https://github.com/yidas/codeigniter-rest/
1414
* @see https://github.com/yidas/codeigniter-rest/blob/master/examples/RestController.php
1515
*

0 commit comments

Comments
 (0)