Skip to content

Commit

Permalink
bump version & update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
stsdc committed Sep 5, 2017
1 parent b2ad19f commit e30219d
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ set (PKGDATADIR "${DATADIR}/${PROJECT_NAME}")
set (PREFIX ${CMAKE_INSTALL_PREFIX})
set (GETTEXT_PACKAGE ${CMAKE_PROJECT_NAME})
set (RELEASE_NAME "Monitor")
set (VERSION "0.3.0")
set (VERSION "0.3.1")
set (VERSION_INFO "Alpha")
set (DOLLAR "$")

Expand Down
8 changes: 7 additions & 1 deletion debian/changelog
Original file line number Diff line number Diff line change
@@ -1,7 +1,13 @@
com.github.stsdc.monitor (0.3.1) xenial; urgency=low

* Added Russian translation

-- Stanisław Dac <[email protected]> Tue, 05 Sep 2017 19:16:05 +0200

com.github.stsdc.monitor (0.3.0) xenial; urgency=low

* A few bugs fixed
* Added dutch and polish translation
* Added Dutch and Polish translation
* Added shortcuts (CTRL + E to end process, arrows to navigate in tree)
* Added statusbar showing CPU and RAM usage

Expand Down

0 comments on commit e30219d

Please sign in to comment.