diff --git a/bucket/dotter.json b/bucket/dotter.json index a1cefe0ce8..b1c4d237ca 100644 --- a/bucket/dotter.json +++ b/bucket/dotter.json @@ -1,13 +1,13 @@ { - "version": "0.13.0", + "version": "0.13.1", "description": "Dotfile manager and templater", "homepage": "https://github.com/SuperCuber/dotter", "license": "Unlicense", "notes": "To set up dotter, check instructions on 'https://github.com/SuperCuber/dotter/wiki/Setup-and-Configuration'", "architecture": { "64bit": { - "url": "https://github.com/SuperCuber/dotter/releases/download/v0.13.0/dotter.exe", - "hash": "06ef1f18e814f521217b056022de51d93e51b7cdd9d9570d4c5bf3810a2f6a2b" + "url": "https://github.com/SuperCuber/dotter/releases/download/v0.13.1/dotter-windows-x64-msvc.exe#/dotter.exe", + "hash": "a80b314817c432f4d0f13f17416f79f94dc68b95e39f6d8260814178404c622d" } }, "bin": "dotter.exe", @@ -15,7 +15,7 @@ "autoupdate": { "architecture": { "64bit": { - "url": "https://github.com/SuperCuber/dotter/releases/download/v$version/dotter.exe" + "url": "https://github.com/SuperCuber/dotter/releases/download/v$version/dotter-windows-x64-msvc.exe#/dotter.exe" } } }