summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJaakko Keränen <jaakko.keranen@iki.fi>2020-12-10 08:55:27 +0200
committerJaakko Keränen <jaakko.keranen@iki.fi>2020-12-10 08:55:27 +0200
commitcb26d891e372cfc02e5da68af50543ed2e04e1fc (patch)
tree6a57ca13bf6cb3aa1b1c0c27672e8eaac94eef1c
parent8e919a31fe2e11d10905ac1ad5cad7dc58274308 (diff)
Bumped version number to 0.13
Not just bug fixes here.
-rw-r--r--CMakeLists.txt2
-rw-r--r--res/about/version.gmi2
2 files changed, 2 insertions, 2 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 1033772e..995432cb 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -18,7 +18,7 @@
18cmake_minimum_required (VERSION 3.9) 18cmake_minimum_required (VERSION 3.9)
19 19
20project (Lagrange 20project (Lagrange
21 VERSION 0.12.2 21 VERSION 0.13.0
22 DESCRIPTION "A Beautiful Gemini Client" 22 DESCRIPTION "A Beautiful Gemini Client"
23 LANGUAGES C 23 LANGUAGES C
24) 24)
diff --git a/res/about/version.gmi b/res/about/version.gmi
index 2020b46c..5be7d337 100644
--- a/res/about/version.gmi
+++ b/res/about/version.gmi
@@ -6,7 +6,7 @@
6``` 6```
7# Release notes 7# Release notes
8 8
9## 0.12.2 9## 0.13.0
10 10
11## 0.12.1 11## 0.12.1
12* 'text/*' content falls back to plain text. 12* 'text/*' content falls back to plain text.