diff --git a/CHANGELOG.md b/CHANGELOG.md index 03257de..dce0903 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # Changelog +## 2.2123.7-30 (2021/06/17) + +* WhatsApp 2.2123.7 + ## 2.2114.9-29 (2021/04/27) * WhatsApp 2.2114.9 diff --git a/assets/assets.go b/assets/assets.go index d7ce218..3ee5db2 100644 --- a/assets/assets.go +++ b/assets/assets.go @@ -183,6 +183,9 @@ var _bindata = map[string]func() (*asset, error){ "WhatsApp.lnk": whatsappLnk, } +// 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{ - "WhatsApp.lnk": &bintree{whatsappLnk, map[string]*bintree{}}, + "WhatsApp.lnk": {whatsappLnk, map[string]*bintree{}}, }} // RestoreAsset restores an asset under the given directory. diff --git a/build.properties b/build.properties index e02704f..7d36dc4 100644 --- a/build.properties +++ b/build.properties @@ -6,7 +6,7 @@ app = whatsapp app.name = WhatsApp app.type = electron #app.version = -app.release = 29 +app.release = 30 app.homepage = https://www.whatsapp.com # Portable app diff --git a/build.xml b/build.xml index d83c3b4..cfaab59 100644 --- a/build.xml +++ b/build.xml @@ -16,4 +16,9 @@ + + + + +