Skip to content

Commit

Permalink
v0.6.4
Browse files Browse the repository at this point in the history
  • Loading branch information
nanu-c committed Sep 22, 2019
1 parent b561d20 commit b5a8582
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
2 changes: 1 addition & 1 deletion app/config/config.go
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ import (

var AppName = "textsecure.nanuc"

var AppVersion = "0.6.3"
var AppVersion = "0.6.4"

// Do not allow sending attachments larger than 100M for now
var MaxAttachmentSize int64 = 100 * 1024 * 1024
Expand Down
2 changes: 1 addition & 1 deletion click/manifest.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "textsecure.nanuc",
"version": "0.6.3",
"version": "0.6.4",
"description": "A Signal compatible messaging client for Ubuntu phones",
"title": "Signal",
"architecture": "armhf",
Expand Down
6 changes: 6 additions & 0 deletions docs/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
0.6.4 (Sept 23 2019) Axolotl-Alpha
--------------------
* delete/edit contacts
* dynamicaly growing messagefield
* chat/contacts action headers

0.6.3 (Sept 21 2019) Axolotl-Alpha
--------------------
* remove chats,
Expand Down

0 comments on commit b5a8582

Please sign in to comment.