Skip to content

Commit eda111b

Browse files
committed
increase version number for #50 bug fix release
1 parent 15c5b9f commit eda111b

File tree

11 files changed

+11
-11
lines changed

11 files changed

+11
-11
lines changed

lib/jblond/Diff.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
* @author Ferry Cools <[email protected]>
2828
* @copyright (c) 2020 Mario Brandt
2929
* @license New BSD License http://www.opensource.org/licenses/bsd-license.php
30-
* @version 2.1.0
30+
* @version 2.1.1
3131
* @link https://github.com/JBlond/php-diff
3232
*/
3333
class Diff

lib/jblond/Diff/DiffUtils.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
* @package jblond\Diff
1111
* @author Mario Brandt <[email protected]>
1212
* @license New BSD License http://www.opensource.org/licenses/bsd-license.php
13-
* @version 2.1.0
13+
* @version 2.1.1
1414
* @link https://github.com/JBlond/php-diff
1515
*/
1616
class DiffUtils

lib/jblond/Diff/Renderer/Html/HtmlArray.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
* @author Ferry Cools <[email protected]>
1818
* @copyright (c) 2020 Mario Brandt
1919
* @license New BSD License http://www.opensource.org/licenses/bsd-license.php
20-
* @version 2.1.0
20+
* @version 2.1.1
2121
* @link https://github.com/JBlond/php-diff
2222
*/
2323
class HtmlArray extends RendererAbstract

lib/jblond/Diff/Renderer/Html/Inline.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
* @author Ferry Cools <[email protected]>
1616
* @copyright (c) 2020 Mario Brandt
1717
* @license New BSD License http://www.opensource.org/licenses/bsd-license.php
18-
* @version 2.1.0
18+
* @version 2.1.1
1919
* @link https://github.com/JBlond/php-diff
2020
*/
2121
class Inline extends HtmlArray

lib/jblond/Diff/Renderer/Html/SideBySide.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
* @author Ferry Cools <[email protected]>
1616
* @copyright (c) 2009 Chris Boulton
1717
* @license New BSD License http://www.opensource.org/licenses/bsd-license.php
18-
* @version 2.1.0
18+
* @version 2.1.1
1919
* @link https://github.com/JBlond/php-diff
2020
*/
2121
class SideBySide extends HtmlArray

lib/jblond/Diff/Renderer/Html/Unified.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
* @author Ferry Cools <[email protected]>
1515
* @copyright (c) 2020 Mario Brandt
1616
* @license New BSD License http://www.opensource.org/licenses/bsd-license.php
17-
* @version 2.1.0
17+
* @version 2.1.1
1818
* @link https://github.com/JBlond/php-diff
1919
*/
2020
class Unified extends HtmlArray

lib/jblond/Diff/Renderer/RendererAbstract.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
* @author Ferry Cools <[email protected]>
1818
* @copyright (c) 2020 Mario Brandt
1919
* @license New BSD License http://www.opensource.org/licenses/bsd-license.php
20-
* @version 2.1.0
20+
* @version 2.1.1
2121
* @link https://github.com/JBlond/php-diff
2222
*/
2323
abstract class RendererAbstract

lib/jblond/Diff/Renderer/Text/Context.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
* @author Ferry Cools <[email protected]>
1818
* @copyright (c) 2009 Chris Boulton
1919
* @license New BSD License http://www.opensource.org/licenses/bsd-license.php
20-
* @version 2.1.0
20+
* @version 2.1.1
2121
* @link https://github.com/JBlond/php-diff
2222
*/
2323
class Context extends RendererAbstract

lib/jblond/Diff/Renderer/Text/Unified.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
* @author Mario Brandt <[email protected]>
1717
* @copyright (c) 2020 Mario Brandt
1818
* @license New BSD License http://www.opensource.org/licenses/bsd-license.php
19-
* @version 2.1.0
19+
* @version 2.1.1
2020
* @link https://github.com/JBlond/php-diff
2121
*/
2222

lib/jblond/Diff/Renderer/Text/UnifiedCli.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
* @package jblond\Diff\Renderer\Text
1515
* @author Mario Brandt <[email protected]>
1616
* @license New BSD License http://www.opensource.org/licenses/bsd-license.php
17-
* @version 2.1.0
17+
* @version 2.1.1
1818
* @link https://github.com/JBlond/php-diff
1919
*/
2020

lib/jblond/Diff/SequenceMatcher.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
* @author Ferry Cools <[email protected]>
1818
* @copyright (c) 2020 Mario Brandt
1919
* @license New BSD License http://www.opensource.org/licenses/bsd-license.php
20-
* @version 2.1.0
20+
* @version 2.1.1
2121
* @link https://github.com/JBlond/php-diff
2222
*/
2323
class SequenceMatcher

0 commit comments

Comments
 (0)