From fb2db4ba25b1db200438e44140e73828316b7fb5 Mon Sep 17 00:00:00 2001 From: Stuart Morris Date: Mon, 27 Jul 2020 08:12:34 +1000 Subject: [PATCH] Fixed revision --- CHANGELOG.md | 3 ++- ext.json | 6 +++--- package.json | 2 +- 3 files changed, 6 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index aa30494..5388ec7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,11 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] -## [1.0.3] - 2020-07-27 +## [1.0.4] - 2020-07-27 ### Fixed - Fixed CSS reference. +- Fixed revision. ## [1.0.2] - 2020-07-26 diff --git a/ext.json b/ext.json index ae418db..68c6773 100644 --- a/ext.json +++ b/ext.json @@ -7,10 +7,10 @@ metatype: json "name": "SN Victor Mono", "content_type": "SN|Theme", "area": "themes", - "version": "1.0.3", + "version": "1.0.4", "description": "Replace all monospace and sans-serif fonts with Victor Mono.", - "url": "https://cdn.jsdelivr.net/gh/StuartMorrisAU/sn-victor-mono@v1.0.2/dist/theme.min.css", - "download_url": "https://github.com/StuartMorrisAU/sn-victor-mono/archive/v1.0.2.zip", + "url": "https://cdn.jsdelivr.net/gh/StuartMorrisAU/sn-victor-mono@v1.0.4/dist/theme.min.css", + "download_url": "https://github.com/StuartMorrisAU/sn-victor-mono/archive/v1.0.4.zip", "latest_url": "https://listed.to/p/vj6LKR3tus", "marketing_url": "https://github.com/StuartMorrisAU/sn-victor-mono", "thumbnail_url": "https://cdn.jsdelivr.net/gh/StuartMorrisAU/sn-victor-mono@latest/preview.png", diff --git a/package.json b/package.json index 13522ef..bda3a63 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "sn-victor-mono", - "version": "1.0.3", + "version": "1.0.4", "main": "dist/theme.css", "sn": { "main": "dist/theme.css"