From 075da41628641836456b149d5c135cb45397613d Mon Sep 17 00:00:00 2001 From: Nabil Azahaf Date: Wed, 5 Aug 2026 08:41:30 +0200 Subject: [PATCH] chore: bump to 1.0.0-beta.1 --- README.md | 2 +- plugin/extension/myparcel/install.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 2751ec7..d52efa6 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ The official MyParcel extension for OpenCart 4. It connects an OpenCart store to MyParcel for delivery options, shipment exports, labels and track & trace. > The extension is currently in pre-release. The latest version in the -> extension manifest is `0.2.0`. +> extension manifest is `1.0.0-beta.1`. ## Requirements diff --git a/plugin/extension/myparcel/install.json b/plugin/extension/myparcel/install.json index 55ceb04..57e2350 100644 --- a/plugin/extension/myparcel/install.json +++ b/plugin/extension/myparcel/install.json @@ -1,6 +1,6 @@ { "name": "MyParcel", - "version": "0.2.0", + "version": "1.0.0-beta.1", "author": "MyParcel", "link": "https://www.myparcel.nl" }