This commit is contained in:
Tony George 2022-05-28 16:15:55 +05:30 committed by Clement Lefebvre
parent aceebc4352
commit 2518b06162
3 changed files with 4 additions and 3 deletions

3
debian/changelog vendored
View File

@ -1,4 +1,4 @@
timeshift (22.06) focal; urgency=medium
timeshift (22.06.1) focal; urgency=medium
* Fix #895, #809, #689, #653, #10: Unmount devices that were mounted by Timeshift before exit
* Fix #865, #839, #680: Do not create or remove Qgroups when snapshots are created or removed
@ -11,6 +11,7 @@ timeshift (22.06) focal; urgency=medium
* Code cleanup: Remove unused functions and code
* Update donation window
* Update translations
* Fix a build failure
-- Tony George <teejeetech@gmail.com> Sat, 28 May 2022 10:00:00 +0530

View File

@ -38,7 +38,7 @@ using TeeJee.Misc;
public Main App;
public const string AppName = "Timeshift";
public const string AppShortName = "timeshift";
public const string AppVersion = "22.06";
public const string AppVersion = "22.06.1";
public const string AppAuthor = "Tony George";
public const string AppAuthorEmail = "teejeetech@gmail.com";

View File

@ -37,7 +37,7 @@ using TeeJee.Misc;
public Main App;
public const string AppName = "Timeshift";
public const string AppShortName = "timeshift";
public const string AppVersion = "22.06";
public const string AppVersion = "22.06.1";
public const string AppAuthor = "Tony George";
public const string AppAuthorEmail = "teejeetech@gmail.com";