From b6da773ddee10b35d336c20e948d30ea0f34db09 Mon Sep 17 00:00:00 2001 From: Mike Farah Date: Fri, 1 Nov 2019 12:40:35 +1100 Subject: [PATCH] Bumbed snapcraft version --- scripts/publish.sh | 2 +- snap/snapcraft.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/publish.sh b/scripts/publish.sh index 40b290f6..c878481e 100755 --- a/scripts/publish.sh +++ b/scripts/publish.sh @@ -32,5 +32,5 @@ upload() { done < <(find ./build -mindepth 1 -maxdepth 1 -print0) } -# release +release upload diff --git a/snap/snapcraft.yaml b/snap/snapcraft.yaml index a7741bb5..ad171bd3 100644 --- a/snap/snapcraft.yaml +++ b/snap/snapcraft.yaml @@ -1,5 +1,5 @@ name: yq -version: '2.4.0' +version: '2.4.1' summary: A lightweight and portable command-line YAML processor description: | The aim of the project is to be the jq or sed of yaml files.