Skip to content

Commit

Permalink
Bumping version to 1.4.13
Browse files Browse the repository at this point in the history
  • Loading branch information
forki committed Jun 28, 2019
1 parent f7e180f commit 3276a6d
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 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.12 - 2019-06-28
## 1.4.13 - 2019-06-28
* Update deps
* Use --self-contained for Firmware
* Hook into view
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 = "1.4.12"
let Version = "1.4.13"

let IsPrerelease = false

let Notes = """
# Release Notes
## 1.4.12 - 2019-06-28
## 1.4.13 - 2019-06-28
* Update deps
* Use --self-contained for Firmware
* Hook into view
Expand Down
2 changes: 1 addition & 1 deletion src/PiServer/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"private": true,
"dependencies": {
"mfrc522-rpi": "1.1.0"
"mfrc522-rpi": "2.0.0"
}
}

0 comments on commit 3276a6d

Please sign in to comment.