Skip to content

Commit f1b5310

Browse files
committed
Bump to 3.6.0
1 parent 687d945 commit f1b5310

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

DSSwiftUIKit.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
Pod::Spec.new do |s|
44
s.name = 'DSSwiftUIKit'
5-
s.version = '3.5.0'
5+
s.version = '3.6.0'
66
s.swift_versions = ['5.3']
77
s.summary = 'SwiftUIKit contains extra functionality for SwiftUI.'
88

Sources/SwiftUIKit/Data/StorageCodable.swift

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@
55
// Created by Daniel Saidi on 2023-04-24.
66
// Copyright © 2023 Daniel Saidi. All rights reserved.
77
//
8+
// Inspiration: https://nilcoalescing.com/blog/SaveCustomCodableTypesInAppStorageOrSceneStorage/
9+
//
810

911
import Foundation
1012

0 commit comments

Comments
 (0)