From 2e65bc1024e135b60e7ab897af4f21e3a420cde6 Mon Sep 17 00:00:00 2001 From: jeffvli Date: Wed, 16 Feb 2022 15:30:28 -0800 Subject: [PATCH] Update for 0.13.1 --- CHANGELOG.md | 6 ++++++ src/package.json | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9083242..f16fe19 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,12 @@ 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.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +[0.13.1] - 2022-02-16 + +### Fixed + +- Fixed startup crash on all OS if the default settings file is not present (#237) + [0.13.0] - 2022-02-16 ### Added diff --git a/src/package.json b/src/package.json index 3cd8b4c..3793529 100644 --- a/src/package.json +++ b/src/package.json @@ -1,7 +1,7 @@ { "name": "sonixd", "productName": "Sonixd", - "version": "0.13.0", + "version": "0.13.1", "description": "A full-featured Subsonic/Jellyfin compatible desktop client", "main": "./main.prod.js", "author": {