From 2ec77ad9c99c96d72ae8e99852d8c2ded7a2ecb2 Mon Sep 17 00:00:00 2001 From: yutent Date: Tue, 14 Feb 2023 23:12:02 +0800 Subject: [PATCH] fixed icon --- README.md | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 707a0ed..81825fd 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@ [![Version](https://img.shields.io/visual-studio-marketplace/v/yutent.auto-path)](https://marketplace.visualstudio.com/items?itemName=yutent.auto-path) [![Rating](https://img.shields.io/visual-studio-marketplace/r/yutent.auto-path)](https://marketplace.visualstudio.com/items?itemName=yutent.auto-path) -[![Downloads](https://img.shields.io/visual-studio-marketplace/v/yutent.auto-path)](https://marketplace.visualstudio.com/items?itemName=yutent.auto-path) +[![Downloads](https://img.shields.io/visual-studio-marketplace/d/yutent.auto-path)](https://marketplace.visualstudio.com/items?itemName=yutent.auto-path) [![Installs](https://img.shields.io/visual-studio-marketplace/i/yutent.auto-path)](https://marketplace.visualstudio.com/items?itemName=yutent.auto-path) diff --git a/package.json b/package.json index e03341e..517995e 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "auto-path", "displayName": "auto-path", "description": "🔥 自动提示文件路径, 方便引入项目为的文件", - "version": "1.2.1", + "version": "1.2.2", "publisher": "yutent", "author": "Yutent [@yutent]", "icon": "logo.png",