Skip to content

Commit 1710265

Browse files
Update BBCode.php
1 parent d3acd44 commit 1710265

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/ChrisKonnertz/BBCode/BBCode.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
use Closure;
66

7-
/*
7+
/**
88
* BBCode to HTML converter
99
*
1010
* Inspired by Kai Mallea (kmallea@gmail.com)
@@ -43,7 +43,7 @@ class BBCode
4343
/**
4444
* The current version number
4545
*/
46-
const VERSION = '1.1.2';
46+
const VERSION = '1.1.3';
4747

4848
/**
4949
* The text with BBCodes

0 commit comments

Comments
 (0)