Skip to content

Commit 7e94756

Browse files
committed
v0.6.2
1 parent ce7b3e2 commit 7e94756

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

Permadelete.FrontEnd/Properties/AssemblyInfo.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,5 +51,5 @@
5151
// You can specify all the values or you can default the Build and Revision Numbers
5252
// by using the '*' as shown below:
5353
// [assembly: AssemblyVersion("1.0.*")]
54-
[assembly: AssemblyVersion("0.6.1.0")]
55-
[assembly: AssemblyFileVersion("0.6.1.0")]
54+
[assembly: AssemblyVersion("0.6.2.0")]
55+
[assembly: AssemblyFileVersion("0.6.2.0")]

Publish/Installer.iss

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@
22
; SEE THE DOCUMENTATION FOR DETAILS ON CREATING INNO SETUP SCRIPT FILES!
33

44
#define MyAppName "Permadelete"
5-
#define MyAppVersion "0.6.0"
5+
#define MyAppVersion "0.6.2"
66
#define MyAppPublisher "Developers Tree"
7-
#define MyAppURL "https://encrypt0r.github.io/permadelete/"
7+
#define MyAppURL "https://developerstree.github.io/permadelete/"
88
#define MyAppExeName "Permadelete.exe"
99

1010
[Setup]

0 commit comments

Comments
 (0)