From 5ff49d97628abc7c340ffeffa308a2532150a01e Mon Sep 17 00:00:00 2001 From: moisesmcardona Date: Sat, 12 Jan 2019 12:34:16 -0500 Subject: [PATCH] Bumped version to v0.2 --- PAQCompress/Form1.Designer.vb | 2 +- PAQCompress/My Project/AssemblyInfo.vb | 4 ++-- PAQCompress/Resources/Changelog.txt | 3 +++ 3 files changed, 6 insertions(+), 3 deletions(-) diff --git a/PAQCompress/Form1.Designer.vb b/PAQCompress/Form1.Designer.vb index 83ea555..717ef27 100644 --- a/PAQCompress/Form1.Designer.vb +++ b/PAQCompress/Form1.Designer.vb @@ -363,7 +363,7 @@ Partial Class Form1 Me.Label3.Name = "Label3" Me.Label3.Size = New System.Drawing.Size(152, 13) Me.Label3.TabIndex = 21 - Me.Label3.Text = "v0.1 - GUI by: Moisés Cardona" + Me.Label3.Text = "v0.2 - GUI by: Moisés Cardona" ' 'pxdThreadsGroupBox ' diff --git a/PAQCompress/My Project/AssemblyInfo.vb b/PAQCompress/My Project/AssemblyInfo.vb index fad80bf..c6b2a8f 100644 --- a/PAQCompress/My Project/AssemblyInfo.vb +++ b/PAQCompress/My Project/AssemblyInfo.vb @@ -31,5 +31,5 @@ Imports System.Runtime.InteropServices ' by using the '*' as shown below: ' - - + + diff --git a/PAQCompress/Resources/Changelog.txt b/PAQCompress/Resources/Changelog.txt index b6e123c..07d5433 100644 --- a/PAQCompress/Resources/Changelog.txt +++ b/PAQCompress/Resources/Changelog.txt @@ -1,3 +1,6 @@ +PAQCompress v0.2 +-Added paq8px v176 and v177 + PAQCompress v0.1 -Initial Release