summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJaakko Keränen <jaakko.keranen@iki.fi>2022-01-01 01:02:06 +0200
committerJaakko Keränen <jaakko.keranen@iki.fi>2022-01-01 01:02:06 +0200
commitbaf2b40642da7510525da204a8950485665d9729 (patch)
treee9a426ee388e81a7e4bb7e61cfccfcff503eeb56
parentce833b32c770475a2668067df878cdd094e2a4a8 (diff)
iOS: Bumped version number
-rw-r--r--CMakeLists.txt4
-rw-r--r--res/about/ios-version.gmi2
2 files changed, 3 insertions, 3 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 596e7cd1..8e001f20 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -25,8 +25,8 @@ project (Lagrange
25set (COPYRIGHT_YEAR 2021) 25set (COPYRIGHT_YEAR 2021)
26if (IOS) 26if (IOS)
27 set (PROJECT_VERSION 1.10) 27 set (PROJECT_VERSION 1.10)
28 set (IOS_BUNDLE_VERSION 8) 28 set (IOS_BUNDLE_VERSION 9)
29 set (IOS_BUILD_DATE "2021-12-31") 29 set (IOS_BUILD_DATE "2022-01-01")
30endif () 30endif ()
31 31
32# Defaults that depend on environment. 32# Defaults that depend on environment.
diff --git a/res/about/ios-version.gmi b/res/about/ios-version.gmi
index f09de24d..f3122dbe 100644
--- a/res/about/ios-version.gmi
+++ b/res/about/ios-version.gmi
@@ -6,7 +6,7 @@
6``` 6```
7# Release notes 7# Release notes
8 8
9## 1.10 (8) 9## 1.10 (9)
10* Added "Share" actions for downloaded files (via "Download Linked File") and selected text on page. 10* Added "Share" actions for downloaded files (via "Download Linked File") and selected text on page.
11* Added "Edit Page with Titan": opens the Upload dialog with the page contents prefilled (previous contents are lost!). 11* Added "Edit Page with Titan": opens the Upload dialog with the page contents prefilled (previous contents are lost!).
12* Inlining `image/*` responses into the current document regardless of file extension in URL. 12* Inlining `image/*` responses into the current document regardless of file extension in URL.