Skip to content

Commit

Permalink
Bumping version to 0.16.22
Browse files Browse the repository at this point in the history
  • Loading branch information
forki committed Dec 16, 2018
1 parent 6d72809 commit 315c366
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

## 0.16.20 - 2018-12-15
## 0.16.22 - 2018-12-15
* Update to ASP.NET 2.2

## 0.15.11 - 2018-11-05
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.16.20"
let Version = "0.16.22"

let IsPrerelease = false

let Notes = """
# Release Notes
## 0.16.20 - 2018-12-15
## 0.16.22 - 2018-12-15
* Update to ASP.NET 2.2
## 0.15.11 - 2018-11-05
Expand Down
2 changes: 1 addition & 1 deletion src/Server/AzureTable.fs
Original file line number Diff line number Diff line change
Expand Up @@ -168,7 +168,7 @@ let saveLinks (tag:Tag) (urls:string []) =
entity.Properties.["Url"] <- EntityProperty.GeneratePropertyForString url
batch.InsertOrReplace entity
i <- i + 1
tagsTable.ExecuteBatchAsync batch
linksTable.ExecuteBatchAsync batch

let saveRequest (userID:string) (token:string) =
let entity = DynamicTableEntity()
Expand Down

0 comments on commit 315c366

Please sign in to comment.