Merge tag '0.12.2' into develop

Subscripts and swift language version
This commit is contained in:
Christian Treffs 2020-07-21 11:00:21 +02:00
commit 8ddc249b7b
No known key found for this signature in database
GPG Key ID: 49A4B4B460BE3ED4
1 changed files with 1 additions and 1 deletions

View File

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