From 3726def6ecc547e64912ddb050737ebd296366e7 Mon Sep 17 00:00:00 2001 From: Michael Scire Date: Sun, 2 Aug 2020 15:02:43 -0700 Subject: [PATCH] ams: dump version to 0.14.1 --- docs/changelog.md | 3 +++ libraries/libvapours/include/vapours/ams/ams_api_version.h | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/docs/changelog.md b/docs/changelog.md index 1d24885aa..8f436a89f 100644 --- a/docs/changelog.md +++ b/docs/changelog.md @@ -1,4 +1,7 @@ # Changelog +## 0.14.1 ++ An issue was fixed in 0.14.0 that would cause a black screen on boot when the INI1's size was not aligned to 8 bytes. ++ General system stability improvements to enhance the user's experience. ## 0.14.0 + An API (`ams:su`) was added to allow homebrew to safely install system upgrades or downgrades. + This is a re-implementation of the logic that `ns` uses to install gamecard system updates. diff --git a/libraries/libvapours/include/vapours/ams/ams_api_version.h b/libraries/libvapours/include/vapours/ams/ams_api_version.h index d8204f782..0a087ea81 100644 --- a/libraries/libvapours/include/vapours/ams/ams_api_version.h +++ b/libraries/libvapours/include/vapours/ams/ams_api_version.h @@ -17,7 +17,7 @@ #define ATMOSPHERE_RELEASE_VERSION_MAJOR 0 #define ATMOSPHERE_RELEASE_VERSION_MINOR 14 -#define ATMOSPHERE_RELEASE_VERSION_MICRO 0 +#define ATMOSPHERE_RELEASE_VERSION_MICRO 1 #define ATMOSPHERE_RELEASE_VERSION ATMOSPHERE_RELEASE_VERSION_MAJOR, ATMOSPHERE_RELEASE_VERSION_MINOR, ATMOSPHERE_RELEASE_VERSION_MICRO