Skip to content

Commit

Permalink
v0.6.7
Browse files Browse the repository at this point in the history
  • Loading branch information
nanu-c committed Sep 30, 2019
1 parent a263184 commit f5157f5
Show file tree
Hide file tree
Showing 3 changed files with 6 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 @@ -16,7 +16,7 @@ import (

var AppName = "textsecure.nanuc"

var AppVersion = "0.6.6"
var AppVersion = "0.6.7"

// 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.6",
"version": "0.6.7",
"description": "A Signal compatible messaging client for Ubuntu phones",
"title": "Signal",
"architecture": "armhf",
Expand Down
4 changes: 4 additions & 0 deletions docs/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
0.6.7 (Sept 30 2019) Axolotl-Alpha
--------------------
* fix entering new chat and show first sent message

0.6.6 (Sept 30 2019) Axolotl-Alpha
--------------------
* rewrite vcf parsing
Expand Down

0 comments on commit f5157f5

Please sign in to comment.