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" }