diff --git a/README.md b/README.md index 06deeb6011..2f90fdc9ae 100644 --- a/README.md +++ b/README.md @@ -179,7 +179,7 @@ let package = Package( .package( name: "SDGCornerstone", url: "https://github.com/SDGGiesbrecht/SDGCornerstone", - from: Version(7, 1, 0) + from: Version(7, 1, 1) ), ], targets: [ diff --git a/Workspace.swift b/Workspace.swift index 1e99c301be..95fbec3ab7 100644 --- a/Workspace.swift +++ b/Workspace.swift @@ -17,7 +17,7 @@ import WorkspaceConfiguration let configuration = WorkspaceConfiguration() configuration._applySDGDefaults() -configuration.documentation.currentVersion = Version(7, 1, 0) +configuration.documentation.currentVersion = Version(7, 1, 1) configuration.documentation.projectWebsite = URL( string: "https://sdggiesbrecht.github.io/SDGCornerstone"