From 330a81feded8f0cf0d7140c1c6c86dbcf901c2b8 Mon Sep 17 00:00:00 2001 From: Patryk Mostowski Date: Tue, 20 Feb 2024 08:54:25 +0100 Subject: [PATCH] fix: version check --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 962446d..25759f8 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { - "name": "next-translate-routes", - "version": "1.11.0-4", + "name": "translated-routes-extended", + "version": "2.0.0", "description": "Flexible and translated routes for Next.js without custom server", "main": "index.js", "repository": "https://github.com/hozana/next-translate-routes",