Skip to content

Commit

Permalink
0.17.2
Browse files Browse the repository at this point in the history
  • Loading branch information
dankinsoid committed Mar 4, 2024
1 parent 0d20765 commit 930995b
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/swift.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
strategy:
matrix:
os: [macos-latest]
swift: ["5.0", "5.9"]
swift: ["5.1", "5.9"]
runs-on: ${{ matrix.os }}

steps:
Expand Down
2 changes: 1 addition & 1 deletion Package.swift
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// swift-tools-version:5.0
// swift-tools-version:5.1
// The swift-tools-version declares the minimum version of Swift required to build this package.

import PackageDescription
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,7 @@ import PackageDescription
let package = Package(
name: "SomeProject",
dependencies: [
.package(url: "https://github.com/dankinsoid/VDStore.git", from: "0.17.1")
.package(url: "https://github.com/dankinsoid/VDStore.git", from: "0.17.2")
],
targets: [
.target(name: "SomeProject", dependencies: ["VDStore"])
Expand Down

0 comments on commit 930995b

Please sign in to comment.