diff --git a/.distignore b/.distignore
index e5dc85b330f90b7ab2e48ac1b4ad9ff621b89f6f..e06a04781c032573c660a3a26a7c9f47fd8bff93 100644
--- a/.distignore
+++ b/.distignore
@@ -9,3 +9,4 @@ make-zip.sh
 update-version.js
 .gitlab-ci.yml
 .gitignore
+package
diff --git a/composer.json b/composer.json
index 07aad65bbce0ab9af99cbf18b5f0fa7242adb1b3..7962a857ac079fc5976b0817776177a91217d93a 100644
--- a/composer.json
+++ b/composer.json
@@ -2,7 +2,7 @@
     "name": "bobgo/bobgo-magento-extension",
     "description": "Smart shipping and order management solution in South Africa",
     "type": "magento2-module",
-    "version": "1.0.34",
+    "version": "1.0.36",
     "authors": [
         {
             "name": "Bob Go",
diff --git a/etc/module.xml b/etc/module.xml
index d94e8d29d2afc17d9dfeabfc70495a3b4dd12e26..6a1ae0446d58c5de0f866d2def4da1de736d17df 100644
--- a/etc/module.xml
+++ b/etc/module.xml
@@ -7,7 +7,7 @@
  */
 -->
 <config xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="urn:magento:framework:Module/etc/module.xsd">
-    <module name="BobGroup_BobGo" setup_version="1.0.34">
+    <module name="BobGroup_BobGo" setup_version="1.0.36">
         <sequence>
             <module name="Magento_Webapi"/>
             <module name="Magento_Catalog"/>
diff --git a/package.json b/package.json
index b5b87065ae13e624b94d4f1fa1354a422bf6e8ab..91a85bc7c447aec7dc081156c1b6abb0fda08346 100644
--- a/package.json
+++ b/package.json
@@ -1,7 +1,7 @@
 {
   "name": "bobgo-magento-plugin",
   "description": "Bob Go magento plugin",
-  "version": "1.0.34",
+  "version": "1.0.36",
   "license": "GPL-2.0-or-later",
   "scripts": {
     "prepare": "husky install",