Skip to content

Commit

Permalink
updating OSVer
Browse files Browse the repository at this point in the history
  • Loading branch information
leogdion committed Jan 15, 2025
1 parent 48652b1 commit 23c21e7
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Package.resolved
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"location" : "https://github.com/brightdigit/OSVer",
"state" : {
"revision" : "448f170babc2f6c9897194a4b42719994639325d",
"version" : "1.0.0-beta.2"
"version" : "1.0.0"
}
},
{
Expand Down
2 changes: 1 addition & 1 deletion Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ let package = Package(
dependencies: [
.package(
url: "https://github.com/brightdigit/OSVer",
from: "1.0.0-beta.2"
from: "1.0.0"
),
.package(
url: "https://github.com/apple/swift-openapi-generator",
Expand Down
2 changes: 1 addition & 1 deletion [email protected]
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ let package = Package(
dependencies: [
.package(
url: "https://github.com/brightdigit/OSVer",
from: "1.0.0-beta.2"
from: "1.0.0"
),
.package(
url: "https://github.com/apple/swift-openapi-generator",
Expand Down

0 comments on commit 23c21e7

Please sign in to comment.