From fd4e857875587543c2bd5beea3ac01af52e00925 Mon Sep 17 00:00:00 2001
From: Kelvin Oghenerhoro Omereshone <koo@sailscasts.com>
Date: Tue, 9 Aug 2022 10:22:39 +0100
Subject: [PATCH] fix: update production URL version

---
 README.md | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/README.md b/README.md
index efa2241..67a62b1 100644
--- a/README.md
+++ b/README.md
@@ -57,9 +57,9 @@ Or, use the ES module build:
 
 The short CDN URL is meant for prototyping. For production usage, use a fully resolved CDN URL to avoid resolving and redirect cost:
 
-- Global build: `https://unpkg.com/petite-vue@0.2.2/dist/petite-vue.iife.js`
+- Global build: `https://unpkg.com/petite-vue@0.4.1/dist/petite-vue.iife.js`
   - exposes `PetiteVue` global, supports auto init
-- ESM build: `https://unpkg.com/petite-vue@0.2.2/dist/petite-vue.es.js`
+- ESM build: `https://unpkg.com/petite-vue@0.4.1/dist/petite-vue.es.js`
   - Must be used with `<script type="module">`
 
 ### Root Scope