diff --git a/Cargo.lock b/Cargo.lock index f136bcb..0d8bd2b 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -580,7 +580,7 @@ checksum = "e4a24736216ec316047a1fc4252e27dabb04218aa4a3f37c6e7ddbf1f9782b54" [[package]] name = "next_superjson" -version = "0.6.2" +version = "0.6.3" dependencies = [ "serde", "serde_json", diff --git a/Cargo.toml b/Cargo.toml index 7dff98c..b4d2535 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "next_superjson" -version = "0.6.2" +version = "0.6.3" edition = "2021" authors = ["JH.Lee "] description = "SWC Plugin of SuperJSON for Next.js" diff --git a/package.json b/package.json index 69f8703..c1ada62 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "next-superjson-plugin", - "version": "0.6.2", + "version": "0.6.3", "description": "Automatically transform your Next.js Pages to use SuperJSON with SWC", "author": "JH.Lee ", "homepage": "https://github.com/blitz-js/next-superjson-plugin#readme",