From 835c08f2a89e49f287272c88d39688edd1a0a970 Mon Sep 17 00:00:00 2001 From: Jeremy David Giesbrecht Date: Thu, 25 Feb 2021 21:05:51 -0600 Subject: [PATCH] Version 7.1.1 --- README.md | 2 +- Workspace.swift | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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"