summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Klichowicz <emkael@tlen.pl>2024-02-06 11:12:35 +0100
committerMichał Klichowicz <emkael@tlen.pl>2024-02-06 11:12:35 +0100
commit3fb39a6e05ad852d670640498c42e7114bf1a091 (patch)
treebd78d139b7fb7867e76acaf34dde5bc45d1df023
parentc88acf0db2f15280c2b399d5b3ac5ceabc3897ed (diff)
Bump version numberHEADv0.13.1master
-rw-r--r--Analizator9000/Analizator9000/Analizator9000.csproj2
-rw-r--r--Analizator9000/Analizator9000/Properties/AssemblyInfo.cs4
2 files changed, 3 insertions, 3 deletions
diff --git a/Analizator9000/Analizator9000/Analizator9000.csproj b/Analizator9000/Analizator9000/Analizator9000.csproj
index f45db66..a6f484b 100644
--- a/Analizator9000/Analizator9000/Analizator9000.csproj
+++ b/Analizator9000/Analizator9000/Analizator9000.csproj
@@ -30,7 +30,7 @@
<UpdateRequired>false</UpdateRequired>
<MapFileExtensions>true</MapFileExtensions>
<ApplicationRevision>0</ApplicationRevision>
- <ApplicationVersion>0.13.0.%2a</ApplicationVersion>
+ <ApplicationVersion>0.13.1.%2a</ApplicationVersion>
<UseApplicationTrust>false</UseApplicationTrust>
<BootstrapperEnabled>true</BootstrapperEnabled>
</PropertyGroup>
diff --git a/Analizator9000/Analizator9000/Properties/AssemblyInfo.cs b/Analizator9000/Analizator9000/Properties/AssemblyInfo.cs
index 0ccc649..2f91dbe 100644
--- a/Analizator9000/Analizator9000/Properties/AssemblyInfo.cs
+++ b/Analizator9000/Analizator9000/Properties/AssemblyInfo.cs
@@ -33,6 +33,6 @@ using System.Resources;
// You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")]
-[assembly: AssemblyVersion("0.13.0.0")]
-[assembly: AssemblyFileVersion("0.13.0.0")]
+[assembly: AssemblyVersion("0.13.1.0")]
+[assembly: AssemblyFileVersion("0.13.1.0")]
[assembly: NeutralResourcesLanguageAttribute("")]