Skip to content

Commit 7d3dc34

Browse files
committed
Update to release v1.3.1
1 parent a7c33a3 commit 7d3dc34

File tree

5 files changed

+6
-6
lines changed

5 files changed

+6
-6
lines changed

CHANGE.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
version 1.3.1
22
=============
3-
**Date:** 30-May-2015
3+
**Date:** 18-Jun-2015
44

55
1. (bug #2): Fix conversion to unix timestamp format.
66

LICENSE.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,4 +25,4 @@ ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
2525
LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON
2626
ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
2727
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
28-
SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
28+
SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,11 +40,11 @@ You can use the `bower` package manager to install. Run:
4040
### Using Composer
4141
You can use the `composer` package manager to install. Either run:
4242

43-
$ php composer.phar require kartik-v/php-date-formatter "dev-master"
43+
$ php composer.phar require kartik-v/php-date-formatter "@dev"
4444

4545
or add:
4646

47-
"kartik-v/php-date-formatter": "dev-master"
47+
"kartik-v/php-date-formatter": "@dev"
4848

4949
to your composer.json file
5050

bower.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,4 +32,4 @@
3232
"test",
3333
"tests"
3434
]
35-
}
35+
}

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,4 +25,4 @@
2525
"kartik\\plugins\\dateformatter\\": ""
2626
}
2727
}
28-
}
28+
}

0 commit comments

Comments
 (0)