From 6b5370975ac89a56e3f7d568310408410efbd7c2 Mon Sep 17 00:00:00 2001 From: Andre Bocchini Date: Tue, 6 Sep 2022 22:46:17 -0400 Subject: [PATCH] Bump version --- .jazzy.yaml | 2 +- SwiftYNAB.podspec | 2 +- SwiftYNAB/SwiftYNAB-WatchOS/Info.plist | 4 ++-- SwiftYNAB/SwiftYNAB-macOS/Info.plist | 4 ++-- SwiftYNAB/SwiftYNAB-tvOS/Info.plist | 4 ++-- SwiftYNAB/SwiftYNAB.xcodeproj/project.pbxproj | 20 +++++++++---------- SwiftYNAB/SwiftYNAB/Info.plist | 4 ++-- SwiftYNAB/SwiftYNABTests/Info.plist | 4 ++-- docs/Classes.html | 2 +- docs/Classes/AccountService.html | 2 +- docs/Classes/BudgetService.html | 2 +- docs/Classes/CategoryService.html | 2 +- docs/Classes/CurrencyFormatter.html | 2 +- docs/Classes/DateConverter.html | 2 +- docs/Classes/MonthService.html | 2 +- docs/Classes/PayeeLocationService.html | 2 +- docs/Classes/PayeeService.html | 2 +- docs/Classes/ScheduledTransactionService.html | 2 +- docs/Classes/TransactionService.html | 2 +- docs/Classes/UserService.html | 2 +- docs/Classes/YNAB.html | 2 +- docs/Enums.html | 2 +- docs/Enums/TransactionType.html | 2 +- docs/Structs.html | 2 +- docs/Structs/Account.html | 2 +- docs/Structs/BudgetDetail.html | 2 +- docs/Structs/BudgetSettings.html | 2 +- docs/Structs/BudgetSummary.html | 2 +- docs/Structs/Category.html | 2 +- docs/Structs/CategoryGroup.html | 2 +- docs/Structs/CategoryGroupWithCategories.html | 2 +- docs/Structs/CurrencyFormat.html | 2 +- docs/Structs/DateFormat.html | 2 +- docs/Structs/ErrorDetail.html | 2 +- docs/Structs/HybridTransaction.html | 2 +- docs/Structs/MonthDetail.html | 2 +- docs/Structs/MonthSummary.html | 2 +- docs/Structs/Payee.html | 2 +- docs/Structs/PayeeLocation.html | 2 +- docs/Structs/SaveTransaction.html | 2 +- docs/Structs/ScheduledSubTransaction.html | 2 +- docs/Structs/ScheduledTransactionDetail.html | 2 +- docs/Structs/ScheduledTransactionSummary.html | 2 +- docs/Structs/SubTransaction.html | 2 +- docs/Structs/TransactionDetail.html | 2 +- docs/Structs/TransactionSummary.html | 2 +- docs/Structs/User.html | 2 +- docs/Typealiases.html | 2 +- .../Contents/Resources/Documents/Classes.html | 2 +- .../Documents/Classes/AccountService.html | 2 +- .../Documents/Classes/BudgetService.html | 2 +- .../Documents/Classes/CategoryService.html | 2 +- .../Documents/Classes/CurrencyFormatter.html | 2 +- .../Documents/Classes/DateConverter.html | 2 +- .../Documents/Classes/MonthService.html | 2 +- .../Classes/PayeeLocationService.html | 2 +- .../Documents/Classes/PayeeService.html | 2 +- .../Classes/ScheduledTransactionService.html | 2 +- .../Documents/Classes/TransactionService.html | 2 +- .../Documents/Classes/UserService.html | 2 +- .../Resources/Documents/Classes/YNAB.html | 2 +- .../Contents/Resources/Documents/Enums.html | 2 +- .../Documents/Enums/TransactionType.html | 2 +- .../Contents/Resources/Documents/Structs.html | 2 +- .../Resources/Documents/Structs/Account.html | 2 +- .../Documents/Structs/BudgetDetail.html | 2 +- .../Documents/Structs/BudgetSettings.html | 2 +- .../Documents/Structs/BudgetSummary.html | 2 +- .../Resources/Documents/Structs/Category.html | 2 +- .../Documents/Structs/CategoryGroup.html | 2 +- .../Structs/CategoryGroupWithCategories.html | 2 +- .../Documents/Structs/CurrencyFormat.html | 2 +- .../Documents/Structs/DateFormat.html | 2 +- .../Documents/Structs/ErrorDetail.html | 2 +- .../Documents/Structs/HybridTransaction.html | 2 +- .../Documents/Structs/MonthDetail.html | 2 +- .../Documents/Structs/MonthSummary.html | 2 +- .../Resources/Documents/Structs/Payee.html | 2 +- .../Documents/Structs/PayeeLocation.html | 2 +- .../Documents/Structs/SaveTransaction.html | 2 +- .../Structs/ScheduledSubTransaction.html | 2 +- .../Structs/ScheduledTransactionDetail.html | 2 +- .../Structs/ScheduledTransactionSummary.html | 2 +- .../Documents/Structs/SubTransaction.html | 2 +- .../Documents/Structs/TransactionDetail.html | 2 +- .../Documents/Structs/TransactionSummary.html | 2 +- .../Resources/Documents/Structs/User.html | 2 +- .../Resources/Documents/Typealiases.html | 2 +- .../Contents/Resources/Documents/index.html | 2 +- docs/index.html | 2 +- 90 files changed, 104 insertions(+), 104 deletions(-) diff --git a/.jazzy.yaml b/.jazzy.yaml index e026c52..1685f5a 100644 --- a/.jazzy.yaml +++ b/.jazzy.yaml @@ -1,7 +1,7 @@ author: Andre Bocchini github_url: https://github.com/andrebocchini/swiftynab source_directory: SwiftYNAB -module_version: 2.0.0 +module_version: 2.0.1 module: SwiftYNAB hide_documentation_coverage: true theme: apple diff --git a/SwiftYNAB.podspec b/SwiftYNAB.podspec index bcba9bf..294a424 100644 --- a/SwiftYNAB.podspec +++ b/SwiftYNAB.podspec @@ -1,7 +1,7 @@ Pod::Spec.new do |s| s.name = "SwiftYNAB" - s.version = "2.0.0" + s.version = "2.0.1" s.summary = "YNAB API Framework" s.description = "SwiftYNAB is an iOS/macOS/tvOS/WatchOS framework for the You Need a Budget API" s.homepage = "http://github.com/andrebocchini/swiftynab" diff --git a/SwiftYNAB/SwiftYNAB-WatchOS/Info.plist b/SwiftYNAB/SwiftYNAB-WatchOS/Info.plist index 5e53e73..e47deeb 100644 --- a/SwiftYNAB/SwiftYNAB-WatchOS/Info.plist +++ b/SwiftYNAB/SwiftYNAB-WatchOS/Info.plist @@ -15,8 +15,8 @@ CFBundlePackageType FMWK CFBundleShortVersionString - 2.0.0 + 2.0.1 CFBundleVersion - 2.0.0 + 2.0.1 diff --git a/SwiftYNAB/SwiftYNAB-macOS/Info.plist b/SwiftYNAB/SwiftYNAB-macOS/Info.plist index 2113b1a..8444787 100644 --- a/SwiftYNAB/SwiftYNAB-macOS/Info.plist +++ b/SwiftYNAB/SwiftYNAB-macOS/Info.plist @@ -15,9 +15,9 @@ CFBundlePackageType FMWK CFBundleShortVersionString - 2.0.0 + 2.0.1 CFBundleVersion - 2.0.0 + 2.0.1 NSHumanReadableCopyright Copyright © 2019 Andre Bocchini. All rights reserved. diff --git a/SwiftYNAB/SwiftYNAB-tvOS/Info.plist b/SwiftYNAB/SwiftYNAB-tvOS/Info.plist index 5e53e73..e47deeb 100644 --- a/SwiftYNAB/SwiftYNAB-tvOS/Info.plist +++ b/SwiftYNAB/SwiftYNAB-tvOS/Info.plist @@ -15,8 +15,8 @@ CFBundlePackageType FMWK CFBundleShortVersionString - 2.0.0 + 2.0.1 CFBundleVersion - 2.0.0 + 2.0.1 diff --git a/SwiftYNAB/SwiftYNAB.xcodeproj/project.pbxproj b/SwiftYNAB/SwiftYNAB.xcodeproj/project.pbxproj index 87abad8..a681139 100644 --- a/SwiftYNAB/SwiftYNAB.xcodeproj/project.pbxproj +++ b/SwiftYNAB/SwiftYNAB.xcodeproj/project.pbxproj @@ -1839,7 +1839,7 @@ DEFINES_MODULE = YES; DEVELOPMENT_TEAM = ""; DYLIB_COMPATIBILITY_VERSION = 1; - DYLIB_CURRENT_VERSION = 2.0.0; + DYLIB_CURRENT_VERSION = 2.0.1; DYLIB_INSTALL_NAME_BASE = "@rpath"; INFOPLIST_FILE = "SwiftYNAB-tvOS/Info.plist"; INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks"; @@ -1867,7 +1867,7 @@ DEFINES_MODULE = YES; DEVELOPMENT_TEAM = ""; DYLIB_COMPATIBILITY_VERSION = 1; - DYLIB_CURRENT_VERSION = 2.0.0; + DYLIB_CURRENT_VERSION = 2.0.1; DYLIB_INSTALL_NAME_BASE = "@rpath"; INFOPLIST_FILE = "SwiftYNAB-tvOS/Info.plist"; INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks"; @@ -1897,7 +1897,7 @@ DEFINES_MODULE = YES; DEVELOPMENT_TEAM = ""; DYLIB_COMPATIBILITY_VERSION = 1; - DYLIB_CURRENT_VERSION = 2.0.0; + DYLIB_CURRENT_VERSION = 2.0.1; DYLIB_INSTALL_NAME_BASE = "@rpath"; FRAMEWORK_VERSION = A; INFOPLIST_FILE = "SwiftYNAB-macOS/Info.plist"; @@ -1928,7 +1928,7 @@ DEFINES_MODULE = YES; DEVELOPMENT_TEAM = ""; DYLIB_COMPATIBILITY_VERSION = 1; - DYLIB_CURRENT_VERSION = 2.0.0; + DYLIB_CURRENT_VERSION = 2.0.1; DYLIB_INSTALL_NAME_BASE = "@rpath"; FRAMEWORK_VERSION = A; INFOPLIST_FILE = "SwiftYNAB-macOS/Info.plist"; @@ -1984,7 +1984,7 @@ CLANG_WARN__DUPLICATE_METHOD_MATCH = YES; CODE_SIGN_IDENTITY = "iPhone Developer"; COPY_PHASE_STRIP = NO; - CURRENT_PROJECT_VERSION = 2.0.0; + CURRENT_PROJECT_VERSION = 2.0.1; DEBUG_INFORMATION_FORMAT = dwarf; ENABLE_STRICT_OBJC_MSGSEND = YES; ENABLE_TESTABILITY = YES; @@ -2053,7 +2053,7 @@ CLANG_WARN__DUPLICATE_METHOD_MATCH = YES; CODE_SIGN_IDENTITY = "iPhone Developer"; COPY_PHASE_STRIP = NO; - CURRENT_PROJECT_VERSION = 2.0.0; + CURRENT_PROJECT_VERSION = 2.0.1; DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym"; ENABLE_NS_ASSERTIONS = NO; ENABLE_STRICT_OBJC_MSGSEND = YES; @@ -2089,7 +2089,7 @@ DEFINES_MODULE = YES; DEVELOPMENT_TEAM = ""; DYLIB_COMPATIBILITY_VERSION = 1; - DYLIB_CURRENT_VERSION = 2.0.0; + DYLIB_CURRENT_VERSION = 2.0.1; DYLIB_INSTALL_NAME_BASE = "@rpath"; INFOPLIST_FILE = SwiftYNAB/Info.plist; INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks"; @@ -2116,7 +2116,7 @@ DEFINES_MODULE = YES; DEVELOPMENT_TEAM = ""; DYLIB_COMPATIBILITY_VERSION = 1; - DYLIB_CURRENT_VERSION = 2.0.0; + DYLIB_CURRENT_VERSION = 2.0.1; DYLIB_INSTALL_NAME_BASE = "@rpath"; INFOPLIST_FILE = SwiftYNAB/Info.plist; INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks"; @@ -2184,7 +2184,7 @@ DEFINES_MODULE = YES; DEVELOPMENT_TEAM = ""; DYLIB_COMPATIBILITY_VERSION = 1; - DYLIB_CURRENT_VERSION = 2.0.0; + DYLIB_CURRENT_VERSION = 2.0.1; DYLIB_INSTALL_NAME_BASE = "@rpath"; INFOPLIST_FILE = "SwiftYNAB-WatchOS/Info.plist"; INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks"; @@ -2213,7 +2213,7 @@ DEFINES_MODULE = YES; DEVELOPMENT_TEAM = ""; DYLIB_COMPATIBILITY_VERSION = 1; - DYLIB_CURRENT_VERSION = 2.0.0; + DYLIB_CURRENT_VERSION = 2.0.1; DYLIB_INSTALL_NAME_BASE = "@rpath"; INFOPLIST_FILE = "SwiftYNAB-WatchOS/Info.plist"; INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks"; diff --git a/SwiftYNAB/SwiftYNAB/Info.plist b/SwiftYNAB/SwiftYNAB/Info.plist index 5e53e73..e47deeb 100644 --- a/SwiftYNAB/SwiftYNAB/Info.plist +++ b/SwiftYNAB/SwiftYNAB/Info.plist @@ -15,8 +15,8 @@ CFBundlePackageType FMWK CFBundleShortVersionString - 2.0.0 + 2.0.1 CFBundleVersion - 2.0.0 + 2.0.1 diff --git a/SwiftYNAB/SwiftYNABTests/Info.plist b/SwiftYNAB/SwiftYNABTests/Info.plist index a5073bd..f886562 100644 --- a/SwiftYNAB/SwiftYNABTests/Info.plist +++ b/SwiftYNAB/SwiftYNABTests/Info.plist @@ -15,8 +15,8 @@ CFBundlePackageType BNDL CFBundleShortVersionString - 2.0.0 + 2.0.1 CFBundleVersion - 2.0.0 + 2.0.1 diff --git a/docs/Classes.html b/docs/Classes.html index 92cda97..883a9cf 100644 --- a/docs/Classes.html +++ b/docs/Classes.html @@ -17,7 +17,7 @@
-

SwiftYNAB 2.0.0 Docs

+

SwiftYNAB 2.0.1 Docs

GitHubView on GitHub

diff --git a/docs/Classes/AccountService.html b/docs/Classes/AccountService.html index ab645be..d67ae3c 100644 --- a/docs/Classes/AccountService.html +++ b/docs/Classes/AccountService.html @@ -17,7 +17,7 @@
-

SwiftYNAB 2.0.0 Docs

+

SwiftYNAB 2.0.1 Docs

GitHubView on GitHub

diff --git a/docs/Classes/BudgetService.html b/docs/Classes/BudgetService.html index ca92518..e299d94 100644 --- a/docs/Classes/BudgetService.html +++ b/docs/Classes/BudgetService.html @@ -17,7 +17,7 @@
-

SwiftYNAB 2.0.0 Docs

+

SwiftYNAB 2.0.1 Docs

GitHubView on GitHub

diff --git a/docs/Classes/CategoryService.html b/docs/Classes/CategoryService.html index 4e159e7..0bc0b03 100644 --- a/docs/Classes/CategoryService.html +++ b/docs/Classes/CategoryService.html @@ -17,7 +17,7 @@
-

SwiftYNAB 2.0.0 Docs

+

SwiftYNAB 2.0.1 Docs

GitHubView on GitHub

diff --git a/docs/Classes/CurrencyFormatter.html b/docs/Classes/CurrencyFormatter.html index 83fe148..1bf4b09 100644 --- a/docs/Classes/CurrencyFormatter.html +++ b/docs/Classes/CurrencyFormatter.html @@ -17,7 +17,7 @@
-

SwiftYNAB 2.0.0 Docs

+

SwiftYNAB 2.0.1 Docs

GitHubView on GitHub

diff --git a/docs/Classes/DateConverter.html b/docs/Classes/DateConverter.html index 60e5dab..aaa046a 100644 --- a/docs/Classes/DateConverter.html +++ b/docs/Classes/DateConverter.html @@ -17,7 +17,7 @@
-

SwiftYNAB 2.0.0 Docs

+

SwiftYNAB 2.0.1 Docs

GitHubView on GitHub

diff --git a/docs/Classes/MonthService.html b/docs/Classes/MonthService.html index 628efe2..9c71e9a 100644 --- a/docs/Classes/MonthService.html +++ b/docs/Classes/MonthService.html @@ -17,7 +17,7 @@
-

SwiftYNAB 2.0.0 Docs

+

SwiftYNAB 2.0.1 Docs

GitHubView on GitHub

diff --git a/docs/Classes/PayeeLocationService.html b/docs/Classes/PayeeLocationService.html index 248c1f1..576de4f 100644 --- a/docs/Classes/PayeeLocationService.html +++ b/docs/Classes/PayeeLocationService.html @@ -17,7 +17,7 @@
-

SwiftYNAB 2.0.0 Docs

+

SwiftYNAB 2.0.1 Docs

GitHubView on GitHub

diff --git a/docs/Classes/PayeeService.html b/docs/Classes/PayeeService.html index 1d7fceb..40dabe6 100644 --- a/docs/Classes/PayeeService.html +++ b/docs/Classes/PayeeService.html @@ -17,7 +17,7 @@
-

SwiftYNAB 2.0.0 Docs

+

SwiftYNAB 2.0.1 Docs

GitHubView on GitHub

diff --git a/docs/Classes/ScheduledTransactionService.html b/docs/Classes/ScheduledTransactionService.html index b34bd50..c90fe2c 100644 --- a/docs/Classes/ScheduledTransactionService.html +++ b/docs/Classes/ScheduledTransactionService.html @@ -17,7 +17,7 @@
-

SwiftYNAB 2.0.0 Docs

+

SwiftYNAB 2.0.1 Docs

GitHubView on GitHub

diff --git a/docs/Classes/TransactionService.html b/docs/Classes/TransactionService.html index b20d3b4..67b73e9 100644 --- a/docs/Classes/TransactionService.html +++ b/docs/Classes/TransactionService.html @@ -17,7 +17,7 @@
-

SwiftYNAB 2.0.0 Docs

+

SwiftYNAB 2.0.1 Docs

GitHubView on GitHub

diff --git a/docs/Classes/UserService.html b/docs/Classes/UserService.html index 33a8cba..da2e020 100644 --- a/docs/Classes/UserService.html +++ b/docs/Classes/UserService.html @@ -17,7 +17,7 @@
-

SwiftYNAB 2.0.0 Docs

+

SwiftYNAB 2.0.1 Docs

GitHubView on GitHub

diff --git a/docs/Classes/YNAB.html b/docs/Classes/YNAB.html index 0c9575b..b27ca16 100644 --- a/docs/Classes/YNAB.html +++ b/docs/Classes/YNAB.html @@ -17,7 +17,7 @@
-

SwiftYNAB 2.0.0 Docs

+

SwiftYNAB 2.0.1 Docs

GitHubView on GitHub

diff --git a/docs/Enums.html b/docs/Enums.html index b01e271..974a57c 100644 --- a/docs/Enums.html +++ b/docs/Enums.html @@ -17,7 +17,7 @@
-

SwiftYNAB 2.0.0 Docs

+

SwiftYNAB 2.0.1 Docs

GitHubView on GitHub

diff --git a/docs/Enums/TransactionType.html b/docs/Enums/TransactionType.html index e9f6101..c2cdad2 100644 --- a/docs/Enums/TransactionType.html +++ b/docs/Enums/TransactionType.html @@ -17,7 +17,7 @@
-

SwiftYNAB 2.0.0 Docs

+

SwiftYNAB 2.0.1 Docs

GitHubView on GitHub

diff --git a/docs/Structs.html b/docs/Structs.html index cdfee50..082f2f1 100644 --- a/docs/Structs.html +++ b/docs/Structs.html @@ -17,7 +17,7 @@
-

SwiftYNAB 2.0.0 Docs

+

SwiftYNAB 2.0.1 Docs

GitHubView on GitHub

diff --git a/docs/Structs/Account.html b/docs/Structs/Account.html index f8b2eae..b8e65b2 100644 --- a/docs/Structs/Account.html +++ b/docs/Structs/Account.html @@ -17,7 +17,7 @@
-

SwiftYNAB 2.0.0 Docs

+

SwiftYNAB 2.0.1 Docs

GitHubView on GitHub

diff --git a/docs/Structs/BudgetDetail.html b/docs/Structs/BudgetDetail.html index a65b6f5..07e68b3 100644 --- a/docs/Structs/BudgetDetail.html +++ b/docs/Structs/BudgetDetail.html @@ -17,7 +17,7 @@
-

SwiftYNAB 2.0.0 Docs

+

SwiftYNAB 2.0.1 Docs

GitHubView on GitHub

diff --git a/docs/Structs/BudgetSettings.html b/docs/Structs/BudgetSettings.html index 873eaea..92d0bc9 100644 --- a/docs/Structs/BudgetSettings.html +++ b/docs/Structs/BudgetSettings.html @@ -17,7 +17,7 @@
-

SwiftYNAB 2.0.0 Docs

+

SwiftYNAB 2.0.1 Docs

GitHubView on GitHub

diff --git a/docs/Structs/BudgetSummary.html b/docs/Structs/BudgetSummary.html index f0bb392..b8798b4 100644 --- a/docs/Structs/BudgetSummary.html +++ b/docs/Structs/BudgetSummary.html @@ -17,7 +17,7 @@
-

SwiftYNAB 2.0.0 Docs

+

SwiftYNAB 2.0.1 Docs

GitHubView on GitHub

diff --git a/docs/Structs/Category.html b/docs/Structs/Category.html index 3d4821a..62dfba5 100644 --- a/docs/Structs/Category.html +++ b/docs/Structs/Category.html @@ -17,7 +17,7 @@
-

SwiftYNAB 2.0.0 Docs

+

SwiftYNAB 2.0.1 Docs

GitHubView on GitHub

diff --git a/docs/Structs/CategoryGroup.html b/docs/Structs/CategoryGroup.html index fe88223..677df70 100644 --- a/docs/Structs/CategoryGroup.html +++ b/docs/Structs/CategoryGroup.html @@ -17,7 +17,7 @@
-

SwiftYNAB 2.0.0 Docs

+

SwiftYNAB 2.0.1 Docs

GitHubView on GitHub

diff --git a/docs/Structs/CategoryGroupWithCategories.html b/docs/Structs/CategoryGroupWithCategories.html index 5cd79ef..d498264 100644 --- a/docs/Structs/CategoryGroupWithCategories.html +++ b/docs/Structs/CategoryGroupWithCategories.html @@ -17,7 +17,7 @@
-

SwiftYNAB 2.0.0 Docs

+

SwiftYNAB 2.0.1 Docs

GitHubView on GitHub

diff --git a/docs/Structs/CurrencyFormat.html b/docs/Structs/CurrencyFormat.html index 45f8914..92654c7 100644 --- a/docs/Structs/CurrencyFormat.html +++ b/docs/Structs/CurrencyFormat.html @@ -17,7 +17,7 @@
-

SwiftYNAB 2.0.0 Docs

+

SwiftYNAB 2.0.1 Docs

GitHubView on GitHub

diff --git a/docs/Structs/DateFormat.html b/docs/Structs/DateFormat.html index a315767..1071fe3 100644 --- a/docs/Structs/DateFormat.html +++ b/docs/Structs/DateFormat.html @@ -17,7 +17,7 @@
-

SwiftYNAB 2.0.0 Docs

+

SwiftYNAB 2.0.1 Docs

GitHubView on GitHub

diff --git a/docs/Structs/ErrorDetail.html b/docs/Structs/ErrorDetail.html index 1d363d8..5a4718f 100644 --- a/docs/Structs/ErrorDetail.html +++ b/docs/Structs/ErrorDetail.html @@ -17,7 +17,7 @@
-

SwiftYNAB 2.0.0 Docs

+

SwiftYNAB 2.0.1 Docs

GitHubView on GitHub

diff --git a/docs/Structs/HybridTransaction.html b/docs/Structs/HybridTransaction.html index 5b6be81..8e3b893 100644 --- a/docs/Structs/HybridTransaction.html +++ b/docs/Structs/HybridTransaction.html @@ -17,7 +17,7 @@
-

SwiftYNAB 2.0.0 Docs

+

SwiftYNAB 2.0.1 Docs

GitHubView on GitHub

diff --git a/docs/Structs/MonthDetail.html b/docs/Structs/MonthDetail.html index 69d3098..7038411 100644 --- a/docs/Structs/MonthDetail.html +++ b/docs/Structs/MonthDetail.html @@ -17,7 +17,7 @@
-

SwiftYNAB 2.0.0 Docs

+

SwiftYNAB 2.0.1 Docs

GitHubView on GitHub

diff --git a/docs/Structs/MonthSummary.html b/docs/Structs/MonthSummary.html index b4b2106..26b7ac7 100644 --- a/docs/Structs/MonthSummary.html +++ b/docs/Structs/MonthSummary.html @@ -17,7 +17,7 @@
-

SwiftYNAB 2.0.0 Docs

+

SwiftYNAB 2.0.1 Docs

GitHubView on GitHub

diff --git a/docs/Structs/Payee.html b/docs/Structs/Payee.html index f0b3ee7..856778f 100644 --- a/docs/Structs/Payee.html +++ b/docs/Structs/Payee.html @@ -17,7 +17,7 @@
-

SwiftYNAB 2.0.0 Docs

+

SwiftYNAB 2.0.1 Docs

GitHubView on GitHub

diff --git a/docs/Structs/PayeeLocation.html b/docs/Structs/PayeeLocation.html index 6836dc3..37ffe42 100644 --- a/docs/Structs/PayeeLocation.html +++ b/docs/Structs/PayeeLocation.html @@ -17,7 +17,7 @@
-

SwiftYNAB 2.0.0 Docs

+

SwiftYNAB 2.0.1 Docs

GitHubView on GitHub

diff --git a/docs/Structs/SaveTransaction.html b/docs/Structs/SaveTransaction.html index d673030..9545f9f 100644 --- a/docs/Structs/SaveTransaction.html +++ b/docs/Structs/SaveTransaction.html @@ -17,7 +17,7 @@
-

SwiftYNAB 2.0.0 Docs

+

SwiftYNAB 2.0.1 Docs

GitHubView on GitHub

diff --git a/docs/Structs/ScheduledSubTransaction.html b/docs/Structs/ScheduledSubTransaction.html index c39563b..02f168a 100644 --- a/docs/Structs/ScheduledSubTransaction.html +++ b/docs/Structs/ScheduledSubTransaction.html @@ -17,7 +17,7 @@
-

SwiftYNAB 2.0.0 Docs

+

SwiftYNAB 2.0.1 Docs

GitHubView on GitHub

diff --git a/docs/Structs/ScheduledTransactionDetail.html b/docs/Structs/ScheduledTransactionDetail.html index b859dc0..5274c3f 100644 --- a/docs/Structs/ScheduledTransactionDetail.html +++ b/docs/Structs/ScheduledTransactionDetail.html @@ -17,7 +17,7 @@
-

SwiftYNAB 2.0.0 Docs

+

SwiftYNAB 2.0.1 Docs

GitHubView on GitHub

diff --git a/docs/Structs/ScheduledTransactionSummary.html b/docs/Structs/ScheduledTransactionSummary.html index 6c8a84a..f916508 100644 --- a/docs/Structs/ScheduledTransactionSummary.html +++ b/docs/Structs/ScheduledTransactionSummary.html @@ -17,7 +17,7 @@
-

SwiftYNAB 2.0.0 Docs

+

SwiftYNAB 2.0.1 Docs

GitHubView on GitHub

diff --git a/docs/Structs/SubTransaction.html b/docs/Structs/SubTransaction.html index 15b83de..d252eeb 100644 --- a/docs/Structs/SubTransaction.html +++ b/docs/Structs/SubTransaction.html @@ -17,7 +17,7 @@
-

SwiftYNAB 2.0.0 Docs

+

SwiftYNAB 2.0.1 Docs

GitHubView on GitHub

diff --git a/docs/Structs/TransactionDetail.html b/docs/Structs/TransactionDetail.html index 197190c..853d119 100644 --- a/docs/Structs/TransactionDetail.html +++ b/docs/Structs/TransactionDetail.html @@ -17,7 +17,7 @@
-

SwiftYNAB 2.0.0 Docs

+

SwiftYNAB 2.0.1 Docs

GitHubView on GitHub

diff --git a/docs/Structs/TransactionSummary.html b/docs/Structs/TransactionSummary.html index 7d57689..a1c9454 100644 --- a/docs/Structs/TransactionSummary.html +++ b/docs/Structs/TransactionSummary.html @@ -17,7 +17,7 @@
-

SwiftYNAB 2.0.0 Docs

+

SwiftYNAB 2.0.1 Docs

GitHubView on GitHub

diff --git a/docs/Structs/User.html b/docs/Structs/User.html index 04edf3d..d7347fc 100644 --- a/docs/Structs/User.html +++ b/docs/Structs/User.html @@ -17,7 +17,7 @@
-

SwiftYNAB 2.0.0 Docs

+

SwiftYNAB 2.0.1 Docs

GitHubView on GitHub

diff --git a/docs/Typealiases.html b/docs/Typealiases.html index a950b84..4d4d8fd 100644 --- a/docs/Typealiases.html +++ b/docs/Typealiases.html @@ -17,7 +17,7 @@
-

SwiftYNAB 2.0.0 Docs

+

SwiftYNAB 2.0.1 Docs

GitHubView on GitHub

diff --git a/docs/docsets/SwiftYNAB.docset/Contents/Resources/Documents/Classes.html b/docs/docsets/SwiftYNAB.docset/Contents/Resources/Documents/Classes.html index 92cda97..883a9cf 100644 --- a/docs/docsets/SwiftYNAB.docset/Contents/Resources/Documents/Classes.html +++ b/docs/docsets/SwiftYNAB.docset/Contents/Resources/Documents/Classes.html @@ -17,7 +17,7 @@
-

SwiftYNAB 2.0.0 Docs

+

SwiftYNAB 2.0.1 Docs

GitHubView on GitHub

diff --git a/docs/docsets/SwiftYNAB.docset/Contents/Resources/Documents/Classes/AccountService.html b/docs/docsets/SwiftYNAB.docset/Contents/Resources/Documents/Classes/AccountService.html index ab645be..d67ae3c 100644 --- a/docs/docsets/SwiftYNAB.docset/Contents/Resources/Documents/Classes/AccountService.html +++ b/docs/docsets/SwiftYNAB.docset/Contents/Resources/Documents/Classes/AccountService.html @@ -17,7 +17,7 @@
-

SwiftYNAB 2.0.0 Docs

+

SwiftYNAB 2.0.1 Docs

GitHubView on GitHub

diff --git a/docs/docsets/SwiftYNAB.docset/Contents/Resources/Documents/Classes/BudgetService.html b/docs/docsets/SwiftYNAB.docset/Contents/Resources/Documents/Classes/BudgetService.html index ca92518..e299d94 100644 --- a/docs/docsets/SwiftYNAB.docset/Contents/Resources/Documents/Classes/BudgetService.html +++ b/docs/docsets/SwiftYNAB.docset/Contents/Resources/Documents/Classes/BudgetService.html @@ -17,7 +17,7 @@
-

SwiftYNAB 2.0.0 Docs

+

SwiftYNAB 2.0.1 Docs

GitHubView on GitHub

diff --git a/docs/docsets/SwiftYNAB.docset/Contents/Resources/Documents/Classes/CategoryService.html b/docs/docsets/SwiftYNAB.docset/Contents/Resources/Documents/Classes/CategoryService.html index 4e159e7..0bc0b03 100644 --- a/docs/docsets/SwiftYNAB.docset/Contents/Resources/Documents/Classes/CategoryService.html +++ b/docs/docsets/SwiftYNAB.docset/Contents/Resources/Documents/Classes/CategoryService.html @@ -17,7 +17,7 @@
-

SwiftYNAB 2.0.0 Docs

+

SwiftYNAB 2.0.1 Docs

GitHubView on GitHub

diff --git a/docs/docsets/SwiftYNAB.docset/Contents/Resources/Documents/Classes/CurrencyFormatter.html b/docs/docsets/SwiftYNAB.docset/Contents/Resources/Documents/Classes/CurrencyFormatter.html index 83fe148..1bf4b09 100644 --- a/docs/docsets/SwiftYNAB.docset/Contents/Resources/Documents/Classes/CurrencyFormatter.html +++ b/docs/docsets/SwiftYNAB.docset/Contents/Resources/Documents/Classes/CurrencyFormatter.html @@ -17,7 +17,7 @@
-

SwiftYNAB 2.0.0 Docs

+

SwiftYNAB 2.0.1 Docs

GitHubView on GitHub

diff --git a/docs/docsets/SwiftYNAB.docset/Contents/Resources/Documents/Classes/DateConverter.html b/docs/docsets/SwiftYNAB.docset/Contents/Resources/Documents/Classes/DateConverter.html index 60e5dab..aaa046a 100644 --- a/docs/docsets/SwiftYNAB.docset/Contents/Resources/Documents/Classes/DateConverter.html +++ b/docs/docsets/SwiftYNAB.docset/Contents/Resources/Documents/Classes/DateConverter.html @@ -17,7 +17,7 @@
-

SwiftYNAB 2.0.0 Docs

+

SwiftYNAB 2.0.1 Docs

GitHubView on GitHub

diff --git a/docs/docsets/SwiftYNAB.docset/Contents/Resources/Documents/Classes/MonthService.html b/docs/docsets/SwiftYNAB.docset/Contents/Resources/Documents/Classes/MonthService.html index 628efe2..9c71e9a 100644 --- a/docs/docsets/SwiftYNAB.docset/Contents/Resources/Documents/Classes/MonthService.html +++ b/docs/docsets/SwiftYNAB.docset/Contents/Resources/Documents/Classes/MonthService.html @@ -17,7 +17,7 @@
-

SwiftYNAB 2.0.0 Docs

+

SwiftYNAB 2.0.1 Docs

GitHubView on GitHub

diff --git a/docs/docsets/SwiftYNAB.docset/Contents/Resources/Documents/Classes/PayeeLocationService.html b/docs/docsets/SwiftYNAB.docset/Contents/Resources/Documents/Classes/PayeeLocationService.html index 248c1f1..576de4f 100644 --- a/docs/docsets/SwiftYNAB.docset/Contents/Resources/Documents/Classes/PayeeLocationService.html +++ b/docs/docsets/SwiftYNAB.docset/Contents/Resources/Documents/Classes/PayeeLocationService.html @@ -17,7 +17,7 @@
-

SwiftYNAB 2.0.0 Docs

+

SwiftYNAB 2.0.1 Docs

GitHubView on GitHub

diff --git a/docs/docsets/SwiftYNAB.docset/Contents/Resources/Documents/Classes/PayeeService.html b/docs/docsets/SwiftYNAB.docset/Contents/Resources/Documents/Classes/PayeeService.html index 1d7fceb..40dabe6 100644 --- a/docs/docsets/SwiftYNAB.docset/Contents/Resources/Documents/Classes/PayeeService.html +++ b/docs/docsets/SwiftYNAB.docset/Contents/Resources/Documents/Classes/PayeeService.html @@ -17,7 +17,7 @@
-

SwiftYNAB 2.0.0 Docs

+

SwiftYNAB 2.0.1 Docs

GitHubView on GitHub

diff --git a/docs/docsets/SwiftYNAB.docset/Contents/Resources/Documents/Classes/ScheduledTransactionService.html b/docs/docsets/SwiftYNAB.docset/Contents/Resources/Documents/Classes/ScheduledTransactionService.html index b34bd50..c90fe2c 100644 --- a/docs/docsets/SwiftYNAB.docset/Contents/Resources/Documents/Classes/ScheduledTransactionService.html +++ b/docs/docsets/SwiftYNAB.docset/Contents/Resources/Documents/Classes/ScheduledTransactionService.html @@ -17,7 +17,7 @@
-

SwiftYNAB 2.0.0 Docs

+

SwiftYNAB 2.0.1 Docs

GitHubView on GitHub

diff --git a/docs/docsets/SwiftYNAB.docset/Contents/Resources/Documents/Classes/TransactionService.html b/docs/docsets/SwiftYNAB.docset/Contents/Resources/Documents/Classes/TransactionService.html index b20d3b4..67b73e9 100644 --- a/docs/docsets/SwiftYNAB.docset/Contents/Resources/Documents/Classes/TransactionService.html +++ b/docs/docsets/SwiftYNAB.docset/Contents/Resources/Documents/Classes/TransactionService.html @@ -17,7 +17,7 @@
-

SwiftYNAB 2.0.0 Docs

+

SwiftYNAB 2.0.1 Docs

GitHubView on GitHub

diff --git a/docs/docsets/SwiftYNAB.docset/Contents/Resources/Documents/Classes/UserService.html b/docs/docsets/SwiftYNAB.docset/Contents/Resources/Documents/Classes/UserService.html index 33a8cba..da2e020 100644 --- a/docs/docsets/SwiftYNAB.docset/Contents/Resources/Documents/Classes/UserService.html +++ b/docs/docsets/SwiftYNAB.docset/Contents/Resources/Documents/Classes/UserService.html @@ -17,7 +17,7 @@
-

SwiftYNAB 2.0.0 Docs

+

SwiftYNAB 2.0.1 Docs

GitHubView on GitHub

diff --git a/docs/docsets/SwiftYNAB.docset/Contents/Resources/Documents/Classes/YNAB.html b/docs/docsets/SwiftYNAB.docset/Contents/Resources/Documents/Classes/YNAB.html index 0c9575b..b27ca16 100644 --- a/docs/docsets/SwiftYNAB.docset/Contents/Resources/Documents/Classes/YNAB.html +++ b/docs/docsets/SwiftYNAB.docset/Contents/Resources/Documents/Classes/YNAB.html @@ -17,7 +17,7 @@
-

SwiftYNAB 2.0.0 Docs

+

SwiftYNAB 2.0.1 Docs

GitHubView on GitHub

diff --git a/docs/docsets/SwiftYNAB.docset/Contents/Resources/Documents/Enums.html b/docs/docsets/SwiftYNAB.docset/Contents/Resources/Documents/Enums.html index b01e271..974a57c 100644 --- a/docs/docsets/SwiftYNAB.docset/Contents/Resources/Documents/Enums.html +++ b/docs/docsets/SwiftYNAB.docset/Contents/Resources/Documents/Enums.html @@ -17,7 +17,7 @@
-

SwiftYNAB 2.0.0 Docs

+

SwiftYNAB 2.0.1 Docs

GitHubView on GitHub

diff --git a/docs/docsets/SwiftYNAB.docset/Contents/Resources/Documents/Enums/TransactionType.html b/docs/docsets/SwiftYNAB.docset/Contents/Resources/Documents/Enums/TransactionType.html index e9f6101..c2cdad2 100644 --- a/docs/docsets/SwiftYNAB.docset/Contents/Resources/Documents/Enums/TransactionType.html +++ b/docs/docsets/SwiftYNAB.docset/Contents/Resources/Documents/Enums/TransactionType.html @@ -17,7 +17,7 @@
-

SwiftYNAB 2.0.0 Docs

+

SwiftYNAB 2.0.1 Docs

GitHubView on GitHub

diff --git a/docs/docsets/SwiftYNAB.docset/Contents/Resources/Documents/Structs.html b/docs/docsets/SwiftYNAB.docset/Contents/Resources/Documents/Structs.html index cdfee50..082f2f1 100644 --- a/docs/docsets/SwiftYNAB.docset/Contents/Resources/Documents/Structs.html +++ b/docs/docsets/SwiftYNAB.docset/Contents/Resources/Documents/Structs.html @@ -17,7 +17,7 @@
-

SwiftYNAB 2.0.0 Docs

+

SwiftYNAB 2.0.1 Docs

GitHubView on GitHub

diff --git a/docs/docsets/SwiftYNAB.docset/Contents/Resources/Documents/Structs/Account.html b/docs/docsets/SwiftYNAB.docset/Contents/Resources/Documents/Structs/Account.html index f8b2eae..b8e65b2 100644 --- a/docs/docsets/SwiftYNAB.docset/Contents/Resources/Documents/Structs/Account.html +++ b/docs/docsets/SwiftYNAB.docset/Contents/Resources/Documents/Structs/Account.html @@ -17,7 +17,7 @@
-

SwiftYNAB 2.0.0 Docs

+

SwiftYNAB 2.0.1 Docs

GitHubView on GitHub

diff --git a/docs/docsets/SwiftYNAB.docset/Contents/Resources/Documents/Structs/BudgetDetail.html b/docs/docsets/SwiftYNAB.docset/Contents/Resources/Documents/Structs/BudgetDetail.html index a65b6f5..07e68b3 100644 --- a/docs/docsets/SwiftYNAB.docset/Contents/Resources/Documents/Structs/BudgetDetail.html +++ b/docs/docsets/SwiftYNAB.docset/Contents/Resources/Documents/Structs/BudgetDetail.html @@ -17,7 +17,7 @@
-

SwiftYNAB 2.0.0 Docs

+

SwiftYNAB 2.0.1 Docs

GitHubView on GitHub

diff --git a/docs/docsets/SwiftYNAB.docset/Contents/Resources/Documents/Structs/BudgetSettings.html b/docs/docsets/SwiftYNAB.docset/Contents/Resources/Documents/Structs/BudgetSettings.html index 873eaea..92d0bc9 100644 --- a/docs/docsets/SwiftYNAB.docset/Contents/Resources/Documents/Structs/BudgetSettings.html +++ b/docs/docsets/SwiftYNAB.docset/Contents/Resources/Documents/Structs/BudgetSettings.html @@ -17,7 +17,7 @@
-

SwiftYNAB 2.0.0 Docs

+

SwiftYNAB 2.0.1 Docs

GitHubView on GitHub

diff --git a/docs/docsets/SwiftYNAB.docset/Contents/Resources/Documents/Structs/BudgetSummary.html b/docs/docsets/SwiftYNAB.docset/Contents/Resources/Documents/Structs/BudgetSummary.html index f0bb392..b8798b4 100644 --- a/docs/docsets/SwiftYNAB.docset/Contents/Resources/Documents/Structs/BudgetSummary.html +++ b/docs/docsets/SwiftYNAB.docset/Contents/Resources/Documents/Structs/BudgetSummary.html @@ -17,7 +17,7 @@
-

SwiftYNAB 2.0.0 Docs

+

SwiftYNAB 2.0.1 Docs

GitHubView on GitHub

diff --git a/docs/docsets/SwiftYNAB.docset/Contents/Resources/Documents/Structs/Category.html b/docs/docsets/SwiftYNAB.docset/Contents/Resources/Documents/Structs/Category.html index 3d4821a..62dfba5 100644 --- a/docs/docsets/SwiftYNAB.docset/Contents/Resources/Documents/Structs/Category.html +++ b/docs/docsets/SwiftYNAB.docset/Contents/Resources/Documents/Structs/Category.html @@ -17,7 +17,7 @@
-

SwiftYNAB 2.0.0 Docs

+

SwiftYNAB 2.0.1 Docs

GitHubView on GitHub

diff --git a/docs/docsets/SwiftYNAB.docset/Contents/Resources/Documents/Structs/CategoryGroup.html b/docs/docsets/SwiftYNAB.docset/Contents/Resources/Documents/Structs/CategoryGroup.html index fe88223..677df70 100644 --- a/docs/docsets/SwiftYNAB.docset/Contents/Resources/Documents/Structs/CategoryGroup.html +++ b/docs/docsets/SwiftYNAB.docset/Contents/Resources/Documents/Structs/CategoryGroup.html @@ -17,7 +17,7 @@
-

SwiftYNAB 2.0.0 Docs

+

SwiftYNAB 2.0.1 Docs

GitHubView on GitHub

diff --git a/docs/docsets/SwiftYNAB.docset/Contents/Resources/Documents/Structs/CategoryGroupWithCategories.html b/docs/docsets/SwiftYNAB.docset/Contents/Resources/Documents/Structs/CategoryGroupWithCategories.html index 5cd79ef..d498264 100644 --- a/docs/docsets/SwiftYNAB.docset/Contents/Resources/Documents/Structs/CategoryGroupWithCategories.html +++ b/docs/docsets/SwiftYNAB.docset/Contents/Resources/Documents/Structs/CategoryGroupWithCategories.html @@ -17,7 +17,7 @@
-

SwiftYNAB 2.0.0 Docs

+

SwiftYNAB 2.0.1 Docs

GitHubView on GitHub

diff --git a/docs/docsets/SwiftYNAB.docset/Contents/Resources/Documents/Structs/CurrencyFormat.html b/docs/docsets/SwiftYNAB.docset/Contents/Resources/Documents/Structs/CurrencyFormat.html index 45f8914..92654c7 100644 --- a/docs/docsets/SwiftYNAB.docset/Contents/Resources/Documents/Structs/CurrencyFormat.html +++ b/docs/docsets/SwiftYNAB.docset/Contents/Resources/Documents/Structs/CurrencyFormat.html @@ -17,7 +17,7 @@
-

SwiftYNAB 2.0.0 Docs

+

SwiftYNAB 2.0.1 Docs

GitHubView on GitHub

diff --git a/docs/docsets/SwiftYNAB.docset/Contents/Resources/Documents/Structs/DateFormat.html b/docs/docsets/SwiftYNAB.docset/Contents/Resources/Documents/Structs/DateFormat.html index a315767..1071fe3 100644 --- a/docs/docsets/SwiftYNAB.docset/Contents/Resources/Documents/Structs/DateFormat.html +++ b/docs/docsets/SwiftYNAB.docset/Contents/Resources/Documents/Structs/DateFormat.html @@ -17,7 +17,7 @@
-

SwiftYNAB 2.0.0 Docs

+

SwiftYNAB 2.0.1 Docs

GitHubView on GitHub

diff --git a/docs/docsets/SwiftYNAB.docset/Contents/Resources/Documents/Structs/ErrorDetail.html b/docs/docsets/SwiftYNAB.docset/Contents/Resources/Documents/Structs/ErrorDetail.html index 1d363d8..5a4718f 100644 --- a/docs/docsets/SwiftYNAB.docset/Contents/Resources/Documents/Structs/ErrorDetail.html +++ b/docs/docsets/SwiftYNAB.docset/Contents/Resources/Documents/Structs/ErrorDetail.html @@ -17,7 +17,7 @@
-

SwiftYNAB 2.0.0 Docs

+

SwiftYNAB 2.0.1 Docs

GitHubView on GitHub

diff --git a/docs/docsets/SwiftYNAB.docset/Contents/Resources/Documents/Structs/HybridTransaction.html b/docs/docsets/SwiftYNAB.docset/Contents/Resources/Documents/Structs/HybridTransaction.html index 5b6be81..8e3b893 100644 --- a/docs/docsets/SwiftYNAB.docset/Contents/Resources/Documents/Structs/HybridTransaction.html +++ b/docs/docsets/SwiftYNAB.docset/Contents/Resources/Documents/Structs/HybridTransaction.html @@ -17,7 +17,7 @@
-

SwiftYNAB 2.0.0 Docs

+

SwiftYNAB 2.0.1 Docs

GitHubView on GitHub

diff --git a/docs/docsets/SwiftYNAB.docset/Contents/Resources/Documents/Structs/MonthDetail.html b/docs/docsets/SwiftYNAB.docset/Contents/Resources/Documents/Structs/MonthDetail.html index 69d3098..7038411 100644 --- a/docs/docsets/SwiftYNAB.docset/Contents/Resources/Documents/Structs/MonthDetail.html +++ b/docs/docsets/SwiftYNAB.docset/Contents/Resources/Documents/Structs/MonthDetail.html @@ -17,7 +17,7 @@
-

SwiftYNAB 2.0.0 Docs

+

SwiftYNAB 2.0.1 Docs

GitHubView on GitHub

diff --git a/docs/docsets/SwiftYNAB.docset/Contents/Resources/Documents/Structs/MonthSummary.html b/docs/docsets/SwiftYNAB.docset/Contents/Resources/Documents/Structs/MonthSummary.html index b4b2106..26b7ac7 100644 --- a/docs/docsets/SwiftYNAB.docset/Contents/Resources/Documents/Structs/MonthSummary.html +++ b/docs/docsets/SwiftYNAB.docset/Contents/Resources/Documents/Structs/MonthSummary.html @@ -17,7 +17,7 @@
-

SwiftYNAB 2.0.0 Docs

+

SwiftYNAB 2.0.1 Docs

GitHubView on GitHub

diff --git a/docs/docsets/SwiftYNAB.docset/Contents/Resources/Documents/Structs/Payee.html b/docs/docsets/SwiftYNAB.docset/Contents/Resources/Documents/Structs/Payee.html index f0b3ee7..856778f 100644 --- a/docs/docsets/SwiftYNAB.docset/Contents/Resources/Documents/Structs/Payee.html +++ b/docs/docsets/SwiftYNAB.docset/Contents/Resources/Documents/Structs/Payee.html @@ -17,7 +17,7 @@
-

SwiftYNAB 2.0.0 Docs

+

SwiftYNAB 2.0.1 Docs

GitHubView on GitHub

diff --git a/docs/docsets/SwiftYNAB.docset/Contents/Resources/Documents/Structs/PayeeLocation.html b/docs/docsets/SwiftYNAB.docset/Contents/Resources/Documents/Structs/PayeeLocation.html index 6836dc3..37ffe42 100644 --- a/docs/docsets/SwiftYNAB.docset/Contents/Resources/Documents/Structs/PayeeLocation.html +++ b/docs/docsets/SwiftYNAB.docset/Contents/Resources/Documents/Structs/PayeeLocation.html @@ -17,7 +17,7 @@
-

SwiftYNAB 2.0.0 Docs

+

SwiftYNAB 2.0.1 Docs

GitHubView on GitHub

diff --git a/docs/docsets/SwiftYNAB.docset/Contents/Resources/Documents/Structs/SaveTransaction.html b/docs/docsets/SwiftYNAB.docset/Contents/Resources/Documents/Structs/SaveTransaction.html index d673030..9545f9f 100644 --- a/docs/docsets/SwiftYNAB.docset/Contents/Resources/Documents/Structs/SaveTransaction.html +++ b/docs/docsets/SwiftYNAB.docset/Contents/Resources/Documents/Structs/SaveTransaction.html @@ -17,7 +17,7 @@
-

SwiftYNAB 2.0.0 Docs

+

SwiftYNAB 2.0.1 Docs

GitHubView on GitHub

diff --git a/docs/docsets/SwiftYNAB.docset/Contents/Resources/Documents/Structs/ScheduledSubTransaction.html b/docs/docsets/SwiftYNAB.docset/Contents/Resources/Documents/Structs/ScheduledSubTransaction.html index c39563b..02f168a 100644 --- a/docs/docsets/SwiftYNAB.docset/Contents/Resources/Documents/Structs/ScheduledSubTransaction.html +++ b/docs/docsets/SwiftYNAB.docset/Contents/Resources/Documents/Structs/ScheduledSubTransaction.html @@ -17,7 +17,7 @@
-

SwiftYNAB 2.0.0 Docs

+

SwiftYNAB 2.0.1 Docs

GitHubView on GitHub

diff --git a/docs/docsets/SwiftYNAB.docset/Contents/Resources/Documents/Structs/ScheduledTransactionDetail.html b/docs/docsets/SwiftYNAB.docset/Contents/Resources/Documents/Structs/ScheduledTransactionDetail.html index b859dc0..5274c3f 100644 --- a/docs/docsets/SwiftYNAB.docset/Contents/Resources/Documents/Structs/ScheduledTransactionDetail.html +++ b/docs/docsets/SwiftYNAB.docset/Contents/Resources/Documents/Structs/ScheduledTransactionDetail.html @@ -17,7 +17,7 @@
-

SwiftYNAB 2.0.0 Docs

+

SwiftYNAB 2.0.1 Docs

GitHubView on GitHub

diff --git a/docs/docsets/SwiftYNAB.docset/Contents/Resources/Documents/Structs/ScheduledTransactionSummary.html b/docs/docsets/SwiftYNAB.docset/Contents/Resources/Documents/Structs/ScheduledTransactionSummary.html index 6c8a84a..f916508 100644 --- a/docs/docsets/SwiftYNAB.docset/Contents/Resources/Documents/Structs/ScheduledTransactionSummary.html +++ b/docs/docsets/SwiftYNAB.docset/Contents/Resources/Documents/Structs/ScheduledTransactionSummary.html @@ -17,7 +17,7 @@
-

SwiftYNAB 2.0.0 Docs

+

SwiftYNAB 2.0.1 Docs

GitHubView on GitHub

diff --git a/docs/docsets/SwiftYNAB.docset/Contents/Resources/Documents/Structs/SubTransaction.html b/docs/docsets/SwiftYNAB.docset/Contents/Resources/Documents/Structs/SubTransaction.html index 15b83de..d252eeb 100644 --- a/docs/docsets/SwiftYNAB.docset/Contents/Resources/Documents/Structs/SubTransaction.html +++ b/docs/docsets/SwiftYNAB.docset/Contents/Resources/Documents/Structs/SubTransaction.html @@ -17,7 +17,7 @@
-

SwiftYNAB 2.0.0 Docs

+

SwiftYNAB 2.0.1 Docs

GitHubView on GitHub

diff --git a/docs/docsets/SwiftYNAB.docset/Contents/Resources/Documents/Structs/TransactionDetail.html b/docs/docsets/SwiftYNAB.docset/Contents/Resources/Documents/Structs/TransactionDetail.html index 197190c..853d119 100644 --- a/docs/docsets/SwiftYNAB.docset/Contents/Resources/Documents/Structs/TransactionDetail.html +++ b/docs/docsets/SwiftYNAB.docset/Contents/Resources/Documents/Structs/TransactionDetail.html @@ -17,7 +17,7 @@
-

SwiftYNAB 2.0.0 Docs

+

SwiftYNAB 2.0.1 Docs

GitHubView on GitHub

diff --git a/docs/docsets/SwiftYNAB.docset/Contents/Resources/Documents/Structs/TransactionSummary.html b/docs/docsets/SwiftYNAB.docset/Contents/Resources/Documents/Structs/TransactionSummary.html index 7d57689..a1c9454 100644 --- a/docs/docsets/SwiftYNAB.docset/Contents/Resources/Documents/Structs/TransactionSummary.html +++ b/docs/docsets/SwiftYNAB.docset/Contents/Resources/Documents/Structs/TransactionSummary.html @@ -17,7 +17,7 @@
-

SwiftYNAB 2.0.0 Docs

+

SwiftYNAB 2.0.1 Docs

GitHubView on GitHub

diff --git a/docs/docsets/SwiftYNAB.docset/Contents/Resources/Documents/Structs/User.html b/docs/docsets/SwiftYNAB.docset/Contents/Resources/Documents/Structs/User.html index 04edf3d..d7347fc 100644 --- a/docs/docsets/SwiftYNAB.docset/Contents/Resources/Documents/Structs/User.html +++ b/docs/docsets/SwiftYNAB.docset/Contents/Resources/Documents/Structs/User.html @@ -17,7 +17,7 @@
-

SwiftYNAB 2.0.0 Docs

+

SwiftYNAB 2.0.1 Docs

GitHubView on GitHub

diff --git a/docs/docsets/SwiftYNAB.docset/Contents/Resources/Documents/Typealiases.html b/docs/docsets/SwiftYNAB.docset/Contents/Resources/Documents/Typealiases.html index a950b84..4d4d8fd 100644 --- a/docs/docsets/SwiftYNAB.docset/Contents/Resources/Documents/Typealiases.html +++ b/docs/docsets/SwiftYNAB.docset/Contents/Resources/Documents/Typealiases.html @@ -17,7 +17,7 @@
-

SwiftYNAB 2.0.0 Docs

+

SwiftYNAB 2.0.1 Docs

GitHubView on GitHub

diff --git a/docs/docsets/SwiftYNAB.docset/Contents/Resources/Documents/index.html b/docs/docsets/SwiftYNAB.docset/Contents/Resources/Documents/index.html index a214884..e714e80 100644 --- a/docs/docsets/SwiftYNAB.docset/Contents/Resources/Documents/index.html +++ b/docs/docsets/SwiftYNAB.docset/Contents/Resources/Documents/index.html @@ -16,7 +16,7 @@
-

SwiftYNAB 2.0.0 Docs

+

SwiftYNAB 2.0.1 Docs

GitHubView on GitHub

diff --git a/docs/index.html b/docs/index.html index a214884..e714e80 100644 --- a/docs/index.html +++ b/docs/index.html @@ -16,7 +16,7 @@