From 7e4c1824dd6fe0e3b0088c9debed73795cf361b7 Mon Sep 17 00:00:00 2001
From: Arno Rossouw <arno@bob.co.za>
Date: Mon, 4 Nov 2024 09:47:22 +0200
Subject: [PATCH] 7-INFRASTRUCTURE :: exclude package dir from make-zip.sh

---
 .distignore    | 1 +
 composer.json  | 2 +-
 etc/module.xml | 2 +-
 package.json   | 2 +-
 4 files changed, 4 insertions(+), 3 deletions(-)

diff --git a/.distignore b/.distignore
index e5dc85b..e06a047 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 07aad65..7962a85 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 d94e8d2..6a1ae04 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 b5b8706..91a85bc 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",
-- 
GitLab