Skip to content

Commit

Permalink
Version 10.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
SDGGiesbrecht authored Apr 22, 2023
1 parent 2dc07e4 commit a808d0a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -185,7 +185,7 @@ let package = Package(
.package(
name: "SDGCornerstone",
url: "https://github.com/SDGGiesbrecht/SDGCornerstone",
from: Version(10, 1, 1)
from: Version(10, 1, 2)
),
],
targets: [
Expand Down
2 changes: 1 addition & 1 deletion Workspace.swift
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ import WorkspaceConfiguration
let configuration = WorkspaceConfiguration()
configuration._applySDGDefaults()

configuration.documentation.currentVersion = Version(10, 1, 1)
configuration.documentation.currentVersion = Version(10, 1, 2)

configuration.documentation.projectWebsite = URL(
string: "https://sdggiesbrecht.github.io/SDGCornerstone"
Expand Down

0 comments on commit a808d0a

Please sign in to comment.