Skip to content

Commit 7672f8e

Browse files
author
Jacob Sides
committed
1.8.3 Version Sync
1 parent 7f5cfaa commit 7672f8e

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@
22
"name": "pyxl/fillauer-product-importer",
33
"description": "WordPress plugin for importing spreadsheet products as WP posts",
44
"type": "wordpress-plugin",
5-
"version": "1.8.2"
5+
"version": "1.8.3"
66
}

fillauer-product-importer.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
/**
33
* Plugin Name: Fillauer Product Importer
44
* Description: Import a CSV file to update products on the database
5-
* Version: 1.8.2
5+
* Version: 1.8.3
66
*/
77

88

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "product-importer",
3-
"version": "1.8.2",
3+
"version": "1.8.3",
44
"description": "Parse CSV for importing products",
55
"license": "(ISC OR GPL-3.0)",
66
"repository": "https://bitbucket.org/pyxlinc/pyxl",

0 commit comments

Comments
 (0)