Skip to content

Commit

Permalink
Updated version numbers
Browse files Browse the repository at this point in the history
  • Loading branch information
Iván Melgrati committed Apr 12, 2018
1 parent 4017cae commit b8fb067
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "imelgrat/barcode-validator",
"type": "library",
"version" : "v1.1.2",
"version" : "v1.1.2.1",
"description": "A PHP class for validating EAN, IMEI, ISBN, GTIN, SSCC, GSIN, UPC and other barcodes.",
"keywords": ["IMEI", "IMEI code", "EAN", "UPC", "GTIN", "ISBN", "EAN code", "UPC code", "GTIN code", "ISBN code", "code validation"],
"homepage": "https://github.com/imelgrat/barcode-validator",
Expand Down
2 changes: 1 addition & 1 deletion docs/files/barcode-validator.html
Original file line number Diff line number Diff line change
Expand Up @@ -199,7 +199,7 @@ <h2>Tags</h2>
version
</th>
<td>
<p>v1.1.1</p>
<p>v1.1.2.1</p>
</td>
</tr>
</table>
Expand Down
2 changes: 1 addition & 1 deletion docs/files/barcode-validator.php.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
*
* @package BarcodeValidator
* @author Ivan Melgrati
* @version v1.1.1
* @version v1.1.2.1
*/

if (!class_exists('BarcodeValidator'))
Expand Down
2 changes: 1 addition & 1 deletion src/barcode-validator.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
*
* @package BarcodeValidator
* @author Ivan Melgrati
* @version v1.1.2
* @version v1.1.2.1
*/

if (!class_exists('BarcodeValidator'))
Expand Down

0 comments on commit b8fb067

Please sign in to comment.