Skip to content

Commit

Permalink
Version 0.10.0
Browse files Browse the repository at this point in the history
  • Loading branch information
SDGGiesbrecht committed Feb 17, 2021
1 parent 4048586 commit f39eee2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -114,7 +114,7 @@ let package = Package(
.package(
name: "SDGInterface",
url: "https://github.com/SDGGiesbrecht/SDGInterface",
.upToNextMinor(from: Version(0, 9, 0))
.upToNextMinor(from: Version(0, 10, 0))
),
],
targets: [
Expand Down
2 changes: 1 addition & 1 deletion Workspace.swift
Expand Up @@ -17,7 +17,7 @@ import WorkspaceConfiguration
let configuration = WorkspaceConfiguration()
configuration._applySDGDefaults()

configuration.documentation.currentVersion = Version(0, 9, 0)
configuration.documentation.currentVersion = Version(0, 10, 0)

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

0 comments on commit f39eee2

Please sign in to comment.