Skip to content

Commit

Permalink
release 0.7.1
Browse files Browse the repository at this point in the history
  • Loading branch information
schorsch committed Feb 8, 2021
1 parent 76670cc commit f46d7db
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion rpm/harbour-shmoose.spec
@@ -1,5 +1,5 @@
Name: harbour-shmoose
Version: 0.8.0
Version: 0.7.1
Release: 1%{?dist}
Summary: Shmoose - XMPP Client for Sailfish OS

Expand Down
2 changes: 1 addition & 1 deletion source/base/Shmoose.cpp
Expand Up @@ -48,7 +48,7 @@ Shmoose::Shmoose(Swift::NetworkFactories* networkFactories, QObject *parent) :
mucManager_(new MucManager(this)),
discoInfoHandler_(new DiscoInfoHandler(httpFileUploadManager_, mamManager_, this)),
jid_(""), password_(""),
version_("0.8.0")
version_("0.7.1")
{
qApp->setApplicationVersion(version_);

Expand Down

0 comments on commit f46d7db

Please sign in to comment.