From ddb4b4fc83c8cecc33b8e1ddf918151dd3d1635e Mon Sep 17 00:00:00 2001 From: Florian Sesser <florian@private.storage> Date: Mon, 4 Sep 2023 16:47:40 +0000 Subject: [PATCH] Bump version to 1.0.9 --- obelisk/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/obelisk/default.nix b/obelisk/default.nix index c200a0e..b0aab73 100644 --- a/obelisk/default.nix +++ b/obelisk/default.nix @@ -74,9 +74,9 @@ let # # Must be a monotonically increasing number; defines what it means to # "upgrade" the app. - android.version.code = "8"; + android.version.code = "9"; # The version that is displayed to the end user. - android.version.name = "1.0.8"; + android.version.name = "1.0.9"; # We have a provider to define. It is certainly not a service. But # reflex-platform puts services in the right place for providers so ... -- GitLab