summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--CMakeLists.txt2
-rw-r--r--res/about/version.gmi11
2 files changed, 8 insertions, 5 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index de619509..f4277961 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -20,7 +20,7 @@ cmake_minimum_required (VERSION 3.9)
20set (CMAKE_OSX_DEPLOYMENT_TARGET 10.14) 20set (CMAKE_OSX_DEPLOYMENT_TARGET 10.14)
21 21
22project (Lagrange 22project (Lagrange
23 VERSION 0.2.0 23 VERSION 0.2.1
24 DESCRIPTION "Beautiful Gemini Client" 24 DESCRIPTION "Beautiful Gemini Client"
25 LANGUAGES C 25 LANGUAGES C
26) 26)
diff --git a/res/about/version.gmi b/res/about/version.gmi
index 32f1e49f..46e36302 100644
--- a/res/about/version.gmi
+++ b/res/about/version.gmi
@@ -1,11 +1,14 @@
1``` 1```
2 __ __ __ ___ 2 __ __ __ ___
3| /\ / _` |__) /\ |\ | / _` |__ 3| /\ / _` |__) /\ |\ | / _` |__
4|___ /~~\ \__> | \ /~~\ | \| \__> |___ 4|___ /~~\ \__> | \ /~~\ | \| \__> |___
5 5
6``` 6```
7# Release notes 7# Release notes
8 8
9## 0.2.1
10* Windows: Fixed text disappearing when window is resized.
11
9## 0.2 12## 0.2
10* Added an icon for quote paragraphs. 13* Added an icon for quote paragraphs.
11* Added Downloads folder to Preferences. 14* Added Downloads folder to Preferences.