Skip to content

Commit

Permalink
Bumping version to 0.3.6
Browse files Browse the repository at this point in the history
  • Loading branch information
forki committed Oct 16, 2018
1 parent f3132cf commit 850bd09
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,7 @@ network={
* Connect to the Raspberry Pi via SSH (you can use [putty](https://www.putty.org/) on Windows)
* Username: "pi", Password: "raspberry"
* Change the default password with the command `passwd`
* Change the hostname with `sudo raspi-config`. [more info](https://geek-university.com/raspberry-pi/change-raspberry-pis-hostname/)

### Installing latest firmware

Expand Down
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

## 0.3.5 - 2018-10-15
## 0.3.6 - 2018-10-16
* run npm during install

## 0.3.2 - 2018-10-10
Expand Down
4 changes: 2 additions & 2 deletions src/Client/ReleaseNotes.fs
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
module internal ReleaseNotes

let Version = "0.3.5"
let Version = "0.3.6"

let IsPrerelease = false

let Notes = """
# Release Notes
## 0.3.5 - 2018-10-15
## 0.3.6 - 2018-10-16
* run npm during install
## 0.3.2 - 2018-10-10
Expand Down

0 comments on commit 850bd09

Please sign in to comment.