Skip to content

Commit

Permalink
Prevent the computer from sleeping while recording
Browse files Browse the repository at this point in the history
  • Loading branch information
sindresorhus committed Feb 20, 2019
1 parent 87e7e38 commit 43b4762
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Package.resolved
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@
"repositoryURL": "https://github.com/wulkano/Aperture",
"state": {
"branch": null,
"revision": "81451a3ec1a9d060f3625d6c31f4debc17b0c07d",
"version": "0.1.0"
"revision": "2447e76fac46f3317544a367f942356f4f5df21c",
"version": "0.2.0"
}
}
]
Expand Down
2 changes: 1 addition & 1 deletion Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ let package = Package(
)
],
dependencies: [
.package(url: "https://github.com/wulkano/Aperture", from: "0.1.0")
.package(url: "https://github.com/wulkano/Aperture", from: "0.2.0")
],
targets: [
.target(
Expand Down

0 comments on commit 43b4762

Please sign in to comment.