diff --git a/CHANGELOG.md b/CHANGELOG.md index 33324ab..c800af4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,9 @@ This file keeps track of changes, updates and fixes in "WBSC Scoring" project. +## Version 1.1.1 (2024-06-05) +- Hotfixed error with displaying images (#227) + ## Version 1.1.0 (2024-06-05) - Features: - new action: FC - occupied for runners diff --git a/app.config.ts b/app.config.ts index 30249b1..91f5df7 100644 --- a/app.config.ts +++ b/app.config.ts @@ -1,3 +1,3 @@ export default defineAppConfig({ - version: '1.1.0', + version: '1.1.1', })