diff --git a/App/DevKeychain.xcodeproj/project.pbxproj b/App/DevKeychain.xcodeproj/project.pbxproj index 842db5e..22167d8 100644 --- a/App/DevKeychain.xcodeproj/project.pbxproj +++ b/App/DevKeychain.xcodeproj/project.pbxproj @@ -542,7 +542,7 @@ requirement = { kind = versionRange; maximumVersion = 2.0.0; - minimumVersion = "1.0.0-beta.10"; + minimumVersion = 1.0.0; }; }; /* End XCRemoteSwiftPackageReference section */ diff --git a/App/DevKeychain.xcodeproj/project.xcworkspace/xcshareddata/swiftpm/Package.resolved b/App/DevKeychain.xcodeproj/project.xcworkspace/xcshareddata/swiftpm/Package.resolved index 2804d32..116b308 100644 --- a/App/DevKeychain.xcodeproj/project.xcworkspace/xcshareddata/swiftpm/Package.resolved +++ b/App/DevKeychain.xcodeproj/project.xcworkspace/xcshareddata/swiftpm/Package.resolved @@ -1,13 +1,13 @@ { - "originHash" : "3b27e6dfe272a431780fb06d3c59802cd4de440d92512500c49f2d700d0cc822", + "originHash" : "e7048cd6ad80369810fbc34c8b9cc4044b3cb2122fa1f6cf1c5172f9c2d75e84", "pins" : [ { "identity" : "devtesting", "kind" : "remoteSourceControl", "location" : "https://github.com/Devkitorganization/devtesting", "state" : { - "revision" : "33c75ae23d0996a71b4ab2acdd8926d90dcbcd2e", - "version" : "1.0.0-beta.11" + "revision" : "002b19df9088ac23827bcb571ea2f010857ae5c4", + "version" : "1.0.0" } } ], diff --git a/CHANGELOG.md b/CHANGELOG.md index c3d88b3..3f95126 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,7 +1,7 @@ # DevKeychain Changelog -## 1.0.0 – TBD +## 1.0.0: September 2, 2025 This is the first release of DevKeychain. The initial feature set includes diff --git a/Package.resolved b/Package.resolved index 2c6ff90..2e97fc7 100644 --- a/Package.resolved +++ b/Package.resolved @@ -1,13 +1,13 @@ { - "originHash" : "8ca096df508e25034462a13500b46be9548f43ac947babb10133baa4ffe5fac8", + "originHash" : "cec5d9092a6d75c7b027fce01f57a087a666a44eef318938162022261738daef", "pins" : [ { "identity" : "devtesting", "kind" : "remoteSourceControl", "location" : "https://github.com/DevKitOrganization/DevTesting", "state" : { - "revision" : "33c75ae23d0996a71b4ab2acdd8926d90dcbcd2e", - "version" : "1.0.0-beta.11" + "revision" : "002b19df9088ac23827bcb571ea2f010857ae5c4", + "version" : "1.0.0" } } ], diff --git a/Package.swift b/Package.swift index ceaad76..0c2e571 100644 --- a/Package.swift +++ b/Package.swift @@ -23,7 +23,7 @@ let package = Package( ) ], dependencies: [ - .package(url: "https://github.com/DevKitOrganization/DevTesting", from: "1.0.0-beta.11") + .package(url: "https://github.com/DevKitOrganization/DevTesting", from: "1.0.0") ], targets: [ .target(