Skip to content

Commit

Permalink
Update README
Browse files Browse the repository at this point in the history
  • Loading branch information
ctreffs committed Jan 11, 2021
1 parent 49f4241 commit 134effc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ import PackageDescription
let package = Package(
name: "YourPackageName",
dependencies: [
.package(url: "https://github.com/ctreffs/SwiftAssimp.git", from: "1.2.2")
.package(url: "https://github.com/ctreffs/SwiftAssimp.git", from: "1.3.1")
],
targets: [
.target(
Expand All @@ -58,7 +58,7 @@ import PackageDescription
let package = Package(
name: "YourPackageName",
dependencies: [
.package(name: "Assimp", url: "https://github.com/ctreffs/SwiftAssimp.git", from: "1.2.2")
.package(name: "Assimp", url: "https://github.com/ctreffs/SwiftAssimp.git", from: "1.3.1")
],
targets: [
.target(
Expand Down

0 comments on commit 134effc

Please sign in to comment.