From eeb9ecabef162397741f7cbc4092776b9e144eb6 Mon Sep 17 00:00:00 2001 From: Adam Soos Date: Wed, 7 Nov 2018 22:49:02 +0100 Subject: [PATCH] scholdoc: fix version to match checkver --- scholdoc.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/scholdoc.json b/scholdoc.json index 7f448f1752..22c2cf74e4 100644 --- a/scholdoc.json +++ b/scholdoc.json @@ -1,10 +1,10 @@ { - "version": "0.1.3-alpha", - "license": "GPL-2.0", - "extract_dir": "Scholdoc", - "url": "http://scholarlymarkdown.com/scholdoc-distribution/windows/scholdoc-0.1.3-alpha-windows.msi", "homepage": "http://scholdoc.scholarlymarkdown.com/", + "version": "0.1.3", + "license": "GPL-2.0", + "url": "http://scholarlymarkdown.com/scholdoc-distribution/windows/scholdoc-0.1.3-alpha-windows.msi", "hash": "e58036686c3c05db4a50d5fabd875eaa33aff2b0dd4d930c6bc2067c2bcd2b86", + "extract_dir": "Scholdoc", "bin": "scholdoc.exe", "checkver": "Current stable version:<\\/strong> ([\\d.]+)" }