From 6ae2bc7684e412981bcd80e3fc315e6a4a675cb1 Mon Sep 17 00:00:00 2001 From: Francisco Gindre Date: Fri, 25 Mar 2022 14:37:37 -0300 Subject: [PATCH] CHANGELOG.md for build 0.0.1-17 Bump Version to 0.0.1-17 --- CHANGELOG.md | 5 +++++ secant.xcodeproj/project.pbxproj | 4 ++-- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2db8829..464ed21 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,9 @@ # Changelog +## 0.0.1 build 17 +- Issue #196: User Preferences Storage +- Issue #157: Keystoring protocol +- Issue #155: Add MnemonicSwift to the project + ## 0.0.1 build 16 - Issue #205: Validation Failure/Success updated to handle dark mode - Issue #191: Badges updated to use symbols diff --git a/secant.xcodeproj/project.pbxproj b/secant.xcodeproj/project.pbxproj index 301857e..d0f5f57 100644 --- a/secant.xcodeproj/project.pbxproj +++ b/secant.xcodeproj/project.pbxproj @@ -1310,7 +1310,7 @@ ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor; CODE_SIGN_STYLE = Automatic; - CURRENT_PROJECT_VERSION = 15; + CURRENT_PROJECT_VERSION = 17; DEVELOPMENT_ASSET_PATHS = "\"secant/Preview Content\""; DEVELOPMENT_TEAM = RLPRR8CPQG; ENABLE_PREVIEWS = YES; @@ -1334,7 +1334,7 @@ ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor; CODE_SIGN_STYLE = Automatic; - CURRENT_PROJECT_VERSION = 15; + CURRENT_PROJECT_VERSION = 17; DEVELOPMENT_ASSET_PATHS = "\"secant/Preview Content\""; DEVELOPMENT_TEAM = RLPRR8CPQG; ENABLE_PREVIEWS = YES;