Skip to content

Commit 987ab48

Browse files
author
Umakant Patil
committed
Update version with change log
1 parent 09ec758 commit 987ab48

File tree

2 files changed

+9
-2
lines changed

2 files changed

+9
-2
lines changed

CHANGE_LOG

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

2+
3+
v 0.1.3 (Tue, 10 Sept 2013):-
4+
5+
Minor bug fixes in file comment rule.
6+
7+
===========================================================================
8+
29
v 0.1.2 (Sun, 08 Sept 2013):-
310

411
1. Progress shown while files are scanned is turned off by default.

SmartyLint/Cli.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@ public function processShortArgument($arg, $pos, $values) {
121121
break;
122122

123123
case 'v':
124-
echo 'SmartyLint version 0.1.2 (alpha) '.PHP_EOL;
124+
echo 'SmartyLint version 0.1.3 (alpha) '.PHP_EOL;
125125
echo 'by Umakant Patil (http://smartylint.com)'.PHP_EOL.PHP_EOL;
126126
exit(0);
127127
break;
@@ -148,7 +148,7 @@ public function processLongArgument($arg, $pos, $values) {
148148
exit(0);
149149
break;
150150
case 'version':
151-
echo 'SmartyLint version 0.1.2 (alpha) '.PHP_EOL;
151+
echo 'SmartyLint version 0.1.3 (alpha) '.PHP_EOL;
152152
echo 'by Umakant Patil (http://smartylint.com)'.PHP_EOL;
153153
exit(0);
154154
break;

0 commit comments

Comments
 (0)