diff --git a/Cargo.toml b/Cargo.toml index b72f6c6..1e10ca8 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "google-patent-cli" -version = "0.1.6" +version = "0.2.0" edition = "2024" rust-version = "1.93" diff --git a/claude-plugin/.claude-plugin/plugin.json b/claude-plugin/.claude-plugin/plugin.json index 5afded0..f9d902e 100644 --- a/claude-plugin/.claude-plugin/plugin.json +++ b/claude-plugin/.claude-plugin/plugin.json @@ -1,7 +1,7 @@ { "name": "google-patent-cli", "description": "Google Patent CLI - Search and analyze patents from Google Patents with MCP integration", - "version": "0.1.0", + "version": "0.2.0", "author": { "name": "sonesuke" },