diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md index a4aef0f..9989b53 100644 --- a/RELEASE_NOTES.md +++ b/RELEASE_NOTES.md @@ -1,6 +1,6 @@ # Release Notes -## 1.0.9 - 2018-12-21 +## 1.0.10 - 2018-12-22 * Christmas edition ## 0.16.25 - 2018-12-18 diff --git a/src/Client/Client.fs b/src/Client/Client.fs index 7d4307a..071746a 100644 --- a/src/Client/Client.fs +++ b/src/Client/Client.fs @@ -205,8 +205,6 @@ let navMenu = [ Navbar.End.div [ ] [ Navbar.Item.a [ ] [ str "Home" ] - Navbar.Item.a [ ] - [ str "Examples" ] Navbar.Item.a [ Navbar.Item.Option.Props [Href "https://github.com/forki/Audio#installation"]] [ str "Documentation" ]] ] diff --git a/src/Client/ReleaseNotes.fs b/src/Client/ReleaseNotes.fs index 4abd3bb..2bbfda8 100644 --- a/src/Client/ReleaseNotes.fs +++ b/src/Client/ReleaseNotes.fs @@ -1,13 +1,13 @@ module internal ReleaseNotes -let Version = "1.0.9" +let Version = "1.0.10" let IsPrerelease = false let Notes = """ # Release Notes -## 1.0.9 - 2018-12-21 +## 1.0.10 - 2018-12-22 * Christmas edition ## 0.16.25 - 2018-12-18 diff --git a/src/PiServer/install.sh b/src/PiServer/install.sh index 6565c1e..7782d36 100644 --- a/src/PiServer/install.sh +++ b/src/PiServer/install.sh @@ -2,7 +2,6 @@ . /lib/lsb/init-functions -DOTNETREQ=2.1.5 SCRIPTROOT=`dirname "$0"` SOURCEPATH=$SCRIPTROOT/bin PROJECTNAME=PiServer diff --git a/src/PiServer/update.sh b/src/PiServer/update.sh index a79abeb..e217de3 100644 --- a/src/PiServer/update.sh +++ b/src/PiServer/update.sh @@ -2,7 +2,6 @@ . /lib/lsb/init-functions -DOTNETREQ=2.1.5 SCRIPTROOT=`dirname "$0"` PROJECTNAME=PiServer DEFAULTS=/etc/default/$PROJECTNAME