From 0a7160a909bb782f06a3f1ecea34532dd040cc54 Mon Sep 17 00:00:00 2001 From: sanj <67624670+iodrift@users.noreply.github.com> Date: Sun, 3 Nov 2024 11:47:12 -0800 Subject: [PATCH] Misc. minor fixes. --- CHANGELOG.md | 8 ++++++++ extension.json | 6 +++--- 2 files changed, 11 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 07dc23f..4177dfe 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,11 @@ +## Version 1.3.6 + +Fix repo address. + +## Version 1.3.5 + +Fix PNG screenshot URL. + ## Version 1.3.4 Minor fix, and proper PNG screenshot. diff --git a/extension.json b/extension.json index 9608f79..bc469dd 100644 --- a/extension.json +++ b/extension.json @@ -1,10 +1,10 @@ { - "bugs": "https://git.sij.ai/sij/neonva", + "bugs": "https://sij.ai/sij/neonva", "categories": ["themes"], "description": "Panic's Neon theme with italicized keywords.", "identifier": "ai.sij.neonva", "name": "Neonva", "organization": "sij", - "repository": "https://git.sij.ai/sij/neonva", - "version": "1.3.4" + "repository": "https://sij.ai/sij/neonva", + "version": "1.3.6" }