diff options
author | Juliardi <juliardi@users.noreply.github.com> | 2024-06-09 21:56:27 +0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-06-09 16:56:27 +0200 |
commit | a79828b857f65e10e4d74f6ca231308a9e500481 (patch) | |
tree | a9a16d949341e3dfe3492e30e0dd826836c0c0e4 | |
parent | afe06fa542703df9d8693e3ebee988adebc19f7f (diff) | |
download | lite-xl-plugins-a79828b857f65e10e4d74f6ca231308a9e500481.tar.gz lite-xl-plugins-a79828b857f65e10e4d74f6ca231308a9e500481.zip |
updates gitblame remote URL to point to the commit with the correct version (#442)
* updates gitblame remote URL to point to the commit with the correct version
* bumps gitblame version to 0.2.1
-rw-r--r-- | manifest.json | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/manifest.json b/manifest.json index f5bf49a..d609045 100644 --- a/manifest.json +++ b/manifest.json @@ -530,8 +530,8 @@ "description": "Shows \"git blame\" information of a line *([screenshot](https://raw.githubusercontent.com/juliardi/lite-xl-gitblame/main/screenshot_1.png))*", "id": "gitblame", "mod_version": "3", - "remote": "https://github.com/juliardi/lite-xl-gitblame:0395fed18d3a779bc1eae26130f00a2eb23638ad", - "version": "0.2" + "remote": "https://github.com/juliardi/lite-xl-gitblame:922d6961ee87990c92adb8bc89d1ce18fe8e2ee0", + "version": "0.2.1" }, { "description": "highlight changed lines from git *([screenshot](https://raw.githubusercontent.com/vincens2005/lite-xl-gitdiff-highlight/master/screenshot.png))*", |