Skip to content

Commit

Permalink
Merge branch 'release/1.2.0'
Browse files Browse the repository at this point in the history
  • Loading branch information
ctreffs committed Mar 13, 2020
2 parents be1f1a8 + 8166e44 commit 25f2399
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
MIT License

Copyright (c) 2018-19 Christian Treffs
Copyright (c) 2018-20 Christian Treffs

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ import PackageDescription
let package = Package(
name: "YourPackageName",
dependencies: [
.package(url: "https://github.com/fireblade-engine/graph.git", from: "1.1.0")
.package(url: "https://github.com/fireblade-engine/graph.git", from: "1.2.0")
],
targets: [
.target(
Expand Down

0 comments on commit 25f2399

Please sign in to comment.