Skip to content

Commit 9f09df8

Browse files
committed
Bumped cli and vscode versions to 0.1.1. fixed vscode ext icon
1 parent 298b693 commit 9f09df8

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

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.1.0"
6+
version = "0.1.1"
77
edition = "2021"
88
authors = ["DocSpring"]
99
license = "MIT"

renamify-vscode/images/icon.png

2.2 KB
Loading

renamify-vscode/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@
22
"name": "renamify",
33
"displayName": "Renamify",
44
"description": "Smart case-aware search and replace with file renaming",
5-
"version": "0.1.0",
5+
"version": "0.1.1",
66
"publisher": "DocSpring",
7-
"icon": "images/icon.svg",
7+
"icon": "images/icon.png",
88
"repository": {
99
"type": "git",
1010
"url": "https://github.com/DocSpring/renamify"

0 commit comments

Comments
 (0)