From 621f854e8c46ba2d1c3bfbcf67c6058c3dafd3a8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9r=C3=A9mie=20Bertrand?= Date: Sat, 24 Jun 2023 10:15:50 +0200 Subject: [PATCH] fix release workflow --- .github/workflows/release.yml | 3 ++- CHANGELOG.md | 2 +- src/manifest.json | 2 +- 3 files changed, 4 insertions(+), 3 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 45faa69..8ce9410 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -32,7 +32,8 @@ jobs: "en-US": $(echo "${release//### }" | jq -sR .) } } - }EOF + } + EOF - uses: actions/upload-artifact@v3 with: diff --git a/CHANGELOG.md b/CHANGELOG.md index ae6adcb..4c6c40e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,7 +5,7 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). -## [0.11.0] - 2023-06-24 +## [0.11.1] - 2023-06-24 ### Added diff --git a/src/manifest.json b/src/manifest.json index cb7424c..9a657d8 100644 --- a/src/manifest.json +++ b/src/manifest.json @@ -2,7 +2,7 @@ "manifest_version": 3, "name": "New Tab - Moment", "short_name": "new-tab-moment", - "version": "0.11.0", + "version": "0.11.1", "description": "A minimalist clock on the new tab page showing the current time, date, and weather. Based on Moment from Alfred Xing.", "author": "laedit", "homepage_url": "https://github.com/laedit/new-tab-moment",