Update README

This commit is contained in:
Christian Treffs 2020-08-06 22:50:23 +02:00
parent 552665edd0
commit 783a95b418
No known key found for this signature in database
GPG Key ID: 49A4B4B460BE3ED4
1 changed files with 1 additions and 1 deletions

View File

@ -36,7 +36,7 @@ import PackageDescription
let package = Package( let package = Package(
name: "YourPackageName", name: "YourPackageName",
dependencies: [ dependencies: [
.package(url: "https://github.com/fireblade-engine/ecs.git", from: "0.15.0") .package(url: "https://github.com/fireblade-engine/ecs.git", from: "0.15.1")
], ],
targets: [ targets: [
.target( .target(