diff --git a/CMakeLists.txt b/CMakeLists.txt
index 31e705baaf..06235a157b 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -20,8 +20,8 @@ set(CMAKE_CXX_STANDARD_REQUIRED ON)
set(ROOT_DIR "${CMAKE_CURRENT_LIST_DIR}")
set(CMAKE_MACOSX_RPATH 1)
-set(TITLE_SEQUENCE_URL "https://github.com/OpenRCT2/title-sequences/releases/download/v0.1.2a/title-sequence-v0.1.2a.zip")
-set(TITLE_SEQUENCE_SHA1 "261a7185d8f60b90d1a390bf4e48a0c797b52e48")
+set(TITLE_SEQUENCE_URL "https://github.com/OpenRCT2/title-sequences/releases/download/v0.1.2b/title-sequence-v0.1.2b.zip")
+set(TITLE_SEQUENCE_SHA1 "19263f8ca383345959473e64da4785a60f00f420")
set(OBJECTS_URL "https://github.com/OpenRCT2/objects/releases/download/v1.0.10/objects.zip")
set(OBJECTS_SHA1 "0e88a1a6d845eb3a56ad68ecf60a9d6a4194250f")
diff --git a/openrct2.proj b/openrct2.proj
index 03829d1ac2..d07b342143 100644
--- a/openrct2.proj
+++ b/openrct2.proj
@@ -68,8 +68,8 @@
2fe3bd994b3189899d93f1d5a881e725e046fdc2
https://github.com/google/googletest/archive/$(GtestVersion).zip
058b9df80244c03f1633cb06e9f70471a29ebb8e
- https://github.com/OpenRCT2/title-sequences/releases/download/v0.1.2a/title-sequence-v0.1.2a.zip
- 261a7185d8f60b90d1a390bf4e48a0c797b52e48
+ https://github.com/OpenRCT2/title-sequences/releases/download/v0.1.2b/title-sequence-v0.1.2b.zip
+ 19263f8ca383345959473e64da4785a60f00f420
https://github.com/OpenRCT2/objects/releases/download/v1.0.10/objects.zip
0e88a1a6d845eb3a56ad68ecf60a9d6a4194250f
diff --git a/shell.nix b/shell.nix
index 6e10ccd999..f22202962d 100644
--- a/shell.nix
+++ b/shell.nix
@@ -22,8 +22,8 @@ let
title-sequences-src = pkgs.fetchFromGitHub {
owner = "OpenRCT2";
repo = "title-sequences";
- rev = "v0.1.2a";
- sha256 = "7536dbd7c8b91554306e5823128f6bb7e94862175ef09d366d25e4bce573d155";
+ rev = "v0.1.2b";
+ sha256 = "a220b4c3cd3180bebb261cc59141b7fb290b433631ba9c7587a4f2c9f7dc4e4c";
};
in
pkgs.stdenv.mkDerivation {
diff --git a/src/openrct2-android/app/build.gradle b/src/openrct2-android/app/build.gradle
index 090fb9caff..8737b080f4 100644
--- a/src/openrct2-android/app/build.gradle
+++ b/src/openrct2-android/app/build.gradle
@@ -90,7 +90,7 @@ android.applicationVariants.all { variant ->
dest "$variant.mergeAssets.outputDir/data"
}
download {
- src 'https://github.com/OpenRCT2/title-sequences/releases/download/v0.1.2a/title-sequence-v0.1.2a.zip'
+ src 'https://github.com/OpenRCT2/title-sequences/releases/download/v0.1.2b/title-sequence-v0.1.2b.zip'
dest new File(buildDir, 'title-sequence.zip')
}
copy {