From a3d9efb18cfcbdce7b286d1ead67313e0cb6af1f Mon Sep 17 00:00:00 2001 From: Michael Scire Date: Fri, 24 Sep 2021 09:16:30 -0700 Subject: [PATCH] ams: bump version to 1.1.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 ae9ac6a5a..8c13417c6 100644 --- a/docs/changelog.md +++ b/docs/changelog.md @@ -1,4 +1,7 @@ # Changelog +## 1.1.1 ++ A bug was fixed which caused some memory to leak when launching a game with mods enabled, eventually causing a crash after enough game launches without rebooting. ++ General system stability improvements to enhance the user's experience. ## 1.1.0 + Support was implemented for 13.0.0. + `mesosphère` was updated to reflect the latest official kernel behavior. diff --git a/libraries/libvapours/include/vapours/ams/ams_api_version.h b/libraries/libvapours/include/vapours/ams/ams_api_version.h index c967f0271..8aa9dddf3 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 1 #define ATMOSPHERE_RELEASE_VERSION_MINOR 1 -#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