Lagrange [release]

Bumped version to 1.13.1

3c56031b5fc00608899b3e1d180ca3d628678a57
diff --git a/CMakeLists.txt b/CMakeLists.txt
index fb58d5f1..9291dc54 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -18,7 +18,7 @@
 cmake_minimum_required (VERSION 3.9)
 
 project (Lagrange
-    VERSION 1.13.0
+    VERSION 1.13.1
     DESCRIPTION "A Beautiful Gemini Client"
     LANGUAGES C
 )
diff --git a/res/about/version.gmi b/res/about/version.gmi
index 0504296e..0be5f27d 100644
--- a/res/about/version.gmi
+++ b/res/about/version.gmi
@@ -6,6 +6,9 @@
 ```
 # Release notes
 
+## 1.13.1
+* Fixed crash when opening Preferences. The text renderer had problems with font lookup.
+
 ## 1.13
 New features:
 * Curses-based `clagrange` for running the app in the terminal. This is a complete TUI port of the original GUI version including, e.g., UI animations, smooth scrolling, and split view mode. `clagrange` has separate preferences, UI state, and key bindings but the rest of the runtime files are shared with the GUI version.