Skip to content

Commit 24cbefc

Browse files
committed
bump all minor versions for atomic/ambiguity fixes
1 parent 5348815 commit 24cbefc

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ members = ["renamify-core", "renamify-cli"]
33
resolver = "2"
44

55
[workspace.package]
6-
version = "0.2.2"
6+
version = "0.3.0"
77
edition = "2021"
88
authors = ["DocSpring"]
99
license = "MIT"

renamify-mcp/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@renamify/mcp-server",
3-
"version": "0.2.0",
3+
"version": "0.3.0",
44
"description": "MCP (Model Context Protocol) server for Renamify - smart case-aware search and replace",
55
"type": "module",
66
"main": "dist/index.js",

renamify-vscode/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "renamify",
33
"displayName": "Renamify",
44
"description": "Smart case-aware search and replace with file renaming",
5-
"version": "0.2.1",
5+
"version": "0.3.0",
66
"publisher": "DocSpring",
77
"icon": "images/icon.png",
88
"repository": {

0 commit comments

Comments
 (0)