Skip to content

Commit

Permalink
New release
Browse files Browse the repository at this point in the history
  • Loading branch information
forki committed Jun 28, 2019
1 parent dc1ad1e commit e90ca10
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion RELEASE_NOTES.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Release Notes

## 1.4.0 - 2019-06-27
## 1.4.1 - 2019-06-27
* Update deps

## 1.3.1 - 2019-03-22
Expand Down
2 changes: 1 addition & 1 deletion src/PiServer/Elmish.Audio.fs
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ dbus-send --print-reply --session --reply-timeout=500 \
File.Delete(volumeScript)
File.WriteAllText(volumeScript,txt.Replace("\r\n","\n").Replace("\r","\n"))
let p = new Process()
let startInfo = new ProcessStartInfo()
let startInfo = ProcessStartInfo()
startInfo.WorkingDirectory <- "./"
startInfo.FileName <- "sudo"
startInfo.Arguments <- "sh volume.sh"
Expand Down

0 comments on commit e90ca10

Please sign in to comment.