diff --git a/Cargo.lock b/Cargo.lock index 201cbb9..8297079 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -692,7 +692,7 @@ checksum = "e4a24736216ec316047a1fc4252e27dabb04218aa4a3f37c6e7ddbf1f9782b54" [[package]] name = "next_superjson" -version = "0.6.0" +version = "0.6.1" dependencies = [ "serde", "serde_json", diff --git a/Cargo.toml b/Cargo.toml index c81b25a..100584b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "next_superjson" -version = "0.6.0" +version = "0.6.1" edition = "2021" authors = ["JH.Lee "] description = "SWC Plugin of SuperJSON for Next.js" diff --git a/package.json b/package.json index bfe32a0..f8aa824 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "next-superjson-plugin", - "version": "0.6.0", + "version": "0.6.1", "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",