This repository has been archived by the owner on Jul 21, 2019. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 26
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
905e2ff
commit 7d02311
Showing
2 changed files
with
4 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,8 @@ | ||
aptik (18.7) bionic; urgency=medium | ||
aptik (18.8) bionic; urgency=medium | ||
|
||
* Added functions for Aptik Theme Manager | ||
|
||
-- Tony George <[email protected]> Sun, 29 Jul 2018 10:00:00 +0530 | ||
-- Tony George <[email protected]> Sat, 04 Aug 2018 10:00:00 +0530 | ||
|
||
|
||
aptik (18.6) xenial; urgency=medium | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -32,8 +32,8 @@ using TeeJee.Misc; | |
|
||
public const string AppName = "Aptik"; | ||
public const string AppShortName = "aptik"; | ||
public const string AppVersion = "18.7"; | ||
public const string AppVersionCLI = "18.07.0"; | ||
public const string AppVersion = "18.8"; | ||
public const string AppVersionCLI = "18.08.0"; | ||
public const string AppAuthor = "Tony George"; | ||
public const string AppAuthorEmail = "[email protected]"; | ||
|
||
|