diff --git a/Model/Carrier/UData.php b/Model/Carrier/UData.php
index bbb17ddfbad6bffbb33cd3baab5e139ab6581cb4..adf83a27d10e5dafbef7fa9c7fb864e37759dc56 100644
--- a/Model/Carrier/UData.php
+++ b/Model/Carrier/UData.php
@@ -12,19 +12,19 @@ class UData
      *
      * @var string
      */
-    public const TRACKING = 'https://api.bobgo.co.za/tracking?channel=%s&tracking_reference=%s';
+    public const TRACKING = 'https://api.dev.bobgo.co.za/tracking?channel=%s&tracking_reference=%s';
 
     /**
      * Rates API Endpoint
      *
      * @var string
      */
-    public const RATES_ENDPOINT = 'https://api.bobgo.co.za/rates-at-checkout/magento';
+    public const RATES_ENDPOINT = 'https://api.dev.bobgo.co.za/rates-at-checkout/magento';
 
     /**
      * Order create/update webhook URL
      *
      * @var string
      */
-    public const WEBHOOK_URL = 'https://api.bobgo.co.za/webhook/channel/magento';
+    public const WEBHOOK_URL = 'https://api.dev.bobgo.co.za/webhook/channel/magento';
 }
diff --git a/composer.json b/composer.json
index f13b293c2bc20684a4ecd7e5193caeca40a47406..54b47ea9722c666360eaf80d3f58e5640339a33d 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.60",
+    "version": "1.0.61",
     "authors": [
         {
             "name": "Bob Go",
diff --git a/etc/module.xml b/etc/module.xml
index 136093f2a343ca60e07416967dbbabf6282cf0d6..210550c948991754c9902a5c330b7cc892291d71 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.60">
+    <module name="BobGroup_BobGo" setup_version="1.0.61">
         <sequence>
             <module name="Magento_Webapi"/>
             <module name="Magento_Catalog"/>
diff --git a/package.json b/package.json
index 648d2d0ddf42216d696a5adb7c87ef177ce988a0..ac21b563ce9c8406ac567d6bc64ee7bdee6383ac 100644
--- a/package.json
+++ b/package.json
@@ -1,7 +1,7 @@
 {
   "name": "bobgo-magento-plugin",
   "description": "Bob Go magento plugin",
-  "version": "1.0.60",
+  "version": "1.0.61",
   "license": "GPL-2.0-or-later",
   "scripts": {
     "prepare": "husky install",