From e70ab79c732982cf33f217058e0bd52a0ef52cdf Mon Sep 17 00:00:00 2001 From: idk Date: Mon, 22 Aug 2022 16:12:02 -0400 Subject: [PATCH] Update the versions which are up-to-date, and un-draft the release blog post --- i2p2www/__init__.py | 4 ++-- .../2022/8/22/{1.9.0-Release.draft.rst => 1.9.0-Release.rst} | 0 i2p2www/pages/downloads/macros | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) rename i2p2www/blog/2022/8/22/{1.9.0-Release.draft.rst => 1.9.0-Release.rst} (100%) diff --git a/i2p2www/__init__.py b/i2p2www/__init__.py index fe62a31d..33d9171c 100644 --- a/i2p2www/__init__.py +++ b/i2p2www/__init__.py @@ -22,9 +22,9 @@ except ImportError: ########### # Constants -CURRENT_I2P_VERSION = '1.8.0' +CURRENT_I2P_VERSION = '1.9.0' CURRENT_I2P_FIREFOX_PROFILE_VERSION = '1.8.0' -CURRENT_I2P_OSX_VERSION = '1.8.0' +CURRENT_I2P_OSX_VERSION = '1.9.0' CANONICAL_DOMAIN = 'geti2p.net' diff --git a/i2p2www/blog/2022/8/22/1.9.0-Release.draft.rst b/i2p2www/blog/2022/8/22/1.9.0-Release.rst similarity index 100% rename from i2p2www/blog/2022/8/22/1.9.0-Release.draft.rst rename to i2p2www/blog/2022/8/22/1.9.0-Release.rst diff --git a/i2p2www/pages/downloads/macros b/i2p2www/pages/downloads/macros index 25644285..19ff4ca2 100644 --- a/i2p2www/pages/downloads/macros +++ b/i2p2www/pages/downloads/macros @@ -6,7 +6,7 @@ {% set i2p_macnative_hash = '18cb22cfcc3cbe0cec150e89a394d1a35703cb508ed627ef48084b7ba7c90dde' %} {% set i2p_windows_subver = '' %} -{% set i2p_macosx_launcher_version = '1.8.0' %} +{% set i2p_macosx_launcher_version = '1.9.0' %} {% set i2p_android_version = '1.8.2' %} {% set i2p_android_version_kytv = '0.9.22' %}