From eef37460aef77b2f9de8cd2237c1e55b344a6554 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ana=C3=AFs=20Betts?= Date: Sun, 27 Sep 2020 21:54:56 +0200 Subject: [PATCH] Version bump to 2.0.1 --- src/Squirrel.nuspec | 2 +- version.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/Squirrel.nuspec b/src/Squirrel.nuspec index 5c84a73c..028c0068 100644 --- a/src/Squirrel.nuspec +++ b/src/Squirrel.nuspec @@ -1,7 +1,7 @@  - 2.0.0 + 2.0.1 GitHub Anaïs Betts https://github.com/squirrel/Squirrel.Windows/blob/master/COPYING diff --git a/version.json b/version.json index 6a40cb12..6ce7c2e3 100644 --- a/version.json +++ b/version.json @@ -1,5 +1,5 @@ { - "version": "2.0.0", + "version": "2.0.1", "publicReleaseRefSpec": [ "^refs/heads/master$" ],