Skip to content

Commit

Permalink
Merge pull request #89 from dn-m/music-0.3.0
Browse files Browse the repository at this point in the history
Update for Music 0.3.0
  • Loading branch information
jsbean authored Aug 14, 2018
2 parents 503a26e + 7acdd1c commit 066bf59
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 4 deletions.
4 changes: 2 additions & 2 deletions Package.resolved
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,9 @@
"package": "Music",
"repositoryURL": "https://github.com/dn-m/Music",
"state": {
"branch": "master",
"branch": null,
"revision": "6ebb16979bf567708646243de8c490ee5ea44d27",
"version": null
"version": "0.3.0"
}
},
{
Expand Down
2 changes: 1 addition & 1 deletion Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ let package = Package(
dependencies: [
.package(url: "https://github.com/dn-m/Structure", from: "0.4.0"),
.package(url: "https://github.com/dn-m/Math", from: "0.2.0"),
.package(url: "https://github.com/dn-m/Music", .branch("master"))
.package(url: "https://github.com/dn-m/Music", from: "0.3.0")
],
targets: [
// Sources
Expand Down
1 change: 0 additions & 1 deletion Sources/RhythmBeamer/Documentation/.jazzy.yaml

This file was deleted.

0 comments on commit 066bf59

Please sign in to comment.