From 2349f78e7716b3d6fc2eb36023619fe458f265f5 Mon Sep 17 00:00:00 2001 From: CrazyMax Date: Wed, 6 Jan 2021 21:44:50 +0100 Subject: [PATCH] Franz 5.6.1 --- CHANGELOG.md | 5 +++++ LICENSE | 2 +- assets/assets.go | 5 ++++- build.properties | 4 ++-- 4 files changed, 12 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5d32c26..f1412ef 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,10 @@ # Changelog +## 5.6.1-11 (2021/01/06) + +* Franz 5.6.1 +* Portapps 3.1.0 + ## 5.5.0-10 (2020/05/07) * Franz 5.5.0 diff --git a/LICENSE b/LICENSE index 89a6941..f4627d2 100644 --- a/LICENSE +++ b/LICENSE @@ -1,6 +1,6 @@ MIT License -Copyright (c) 2019-2020 CrazyMax +Copyright (c) 2019-2021 CrazyMax Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/assets/assets.go b/assets/assets.go index e14a749..f7835ed 100644 --- a/assets/assets.go +++ b/assets/assets.go @@ -183,6 +183,9 @@ var _bindata = map[string]func() (*asset, error){ "Franz.lnk": franzLnk, } +// AssetDebug is true if the assets were built with the debug flag enabled. +const AssetDebug = false + // AssetDir returns the file names below a certain // directory embedded in the file by go-bindata. // For example if you run go-bindata on data/... and data contains the @@ -224,7 +227,7 @@ type bintree struct { } var _bintree = &bintree{nil, map[string]*bintree{ - "Franz.lnk": &bintree{franzLnk, map[string]*bintree{}}, + "Franz.lnk": {franzLnk, map[string]*bintree{}}, }} // RestoreAsset restores an asset under the given directory. diff --git a/build.properties b/build.properties index 80ff082..bd6ca7d 100644 --- a/build.properties +++ b/build.properties @@ -5,8 +5,8 @@ core.dir = ../portapps app = franz app.name = Franz app.type = archive -app.version = 5.5.0 -app.release = 10 +app.version = 5.6.1 +app.release = 11 app.homepage = https://meetfranz.com/ # Portable app