From 28f0a59bc9200cb7a82673a58205fe788a6cd529 Mon Sep 17 00:00:00 2001 From: Liu Yue Date: Sat, 18 Dec 2021 07:35:32 +0800 Subject: [PATCH] fix the link of the screenshot --- README.md | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 8bf9854..f0a992a 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ Help you write systemd configurations in Visual Studio Code -![The screenshot of this extension](https://github.com/hangxingliu/vscode-systemd/blob/7927822df923d9293402eedcbf92b32928e12306/docs/images/screenshot.png) +![The screenshot of this extension](https://raw.githubusercontent.com/hangxingliu/vscode-systemd/7927822df923d9293402eedcbf92b32928e12306/docs/images/screenshot.png) ## Features diff --git a/package.json b/package.json index 40bfa2d..18619cb 100644 --- a/package.json +++ b/package.json @@ -5,7 +5,7 @@ "icon": "out/assets/icon.png", "main": "out/index.js", "browser": "out/index.js", - "version": "1.0.0", + "version": "1.0.1", "publisher": "hangxingliu", "author": "hangxingliu", "license": "MIT",