Skip to content

Commit

Permalink
Increase version
Browse files Browse the repository at this point in the history
  • Loading branch information
peterkomar committed Dec 23, 2015
1 parent 389a70e commit fc6b41e
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
6 changes: 4 additions & 2 deletions rpm/qrestclient-2.0.1.spec → rpm/qrestclient-2.1.0.spec
Original file line number Diff line number Diff line change
Expand Up @@ -16,14 +16,14 @@
#

Name: qrestclient
Version: 2.0.1
Version: 2.1.0
Release: 1
License: GPL
Summary: Rest client
Url: https://github.com/peterkomar/qrestclient
Vendor: Peter Komar
Group: Development/Networking
Source: qrestclient-2.0.1.tar.gz
Source: qrestclient-2.1.0.tar.gz
BuildRoot: %{_tmppath}/%{name}-%{version}-build

%description
Expand Down Expand Up @@ -73,6 +73,8 @@ rm -rf $RPM_BUILD_ROOT
/usr/share/icons/hicolor/256x256/apps/qrestclient.png
/usr/share/icons/hicolor/512x512/apps/qrestclient.png
%changelog
* Thu Dec 23 2015 Peter Komar <peter0komar@gmail.com>
- Added HTML preview. Fixed view modes
* Thu Dec 2 2015 Peter Komar <peter0komar@gmail.com>
- Builded app for openSUSE Leap 42.1

2 changes: 1 addition & 1 deletion src/restclientmainwindow.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -466,5 +466,5 @@ void RestClientMainWindow::slotAbout()
"Author <a href=\"http://peter_komar.byethost17.com/\">Peter Komar</a>"
"<br/><br/><b>License:</b> GPL v2"
"<br/> 2007 - " + QDateTime::currentDateTime().toString("yyyy") +
"<br/><br/><b>Build </b>: 2.0." + QString::number(QDateTime::currentMSecsSinceEpoch()));
"<br/><br/><b>Build </b>: 2.1." + QString::number(QDateTime::currentMSecsSinceEpoch()));
}

0 comments on commit fc6b41e

Please sign in to comment.