From 0073afcd523d333ffbdcf157a57a308934d3d535 Mon Sep 17 00:00:00 2001 From: cvolant Date: Tue, 13 Sep 2022 12:28:06 +0200 Subject: [PATCH] v1.9.0-1 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index eccf52e..20b9ba4 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "next-translate-routes", - "version": "1.9.0-0", + "version": "1.9.0-1", "description": "Flexible and translated routes for Next.js without custom server", "main": "index.js", "repository": "https://github.com/hozana/next-translate-routes",