Skip to content

Commit 918262e

Browse files
committed
Поднял версию до 0.0.3 для релиза.
1 parent 3518a72 commit 918262e

4 files changed

Lines changed: 8 additions & 8 deletions

File tree

ChatCaster.Core/ChatCaster.Core.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@
66
<Nullable>enable</Nullable>
77
<AssemblyTitle>ChatCaster Core Library</AssemblyTitle>
88
<AssemblyDescription>Core functionality for ChatCaster voice input application</AssemblyDescription>
9-
<AssemblyVersion>0.0.2</AssemblyVersion>
10-
<FileVersion>0.0.2</FileVersion>
9+
<AssemblyVersion>0.0.3</AssemblyVersion>
10+
<FileVersion>0.0.3</FileVersion>
1111
<Company>ChatCaster</Company>
1212
<Product>ChatCaster</Product>
1313
<Copyright>Copyright © 2025</Copyright>

ChatCaster.Core/Constants/AppConstants.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ namespace ChatCaster.Core.Constants;
66
public static class AppConstants
77
{
88
public const string AppName = "ChatCaster";
9-
public const string AppVersion = "0.0.2";
9+
public const string AppVersion = "0.0.3";
1010
public const string ConfigFileName = "chatcaster.json";
1111

1212
// Константы для захвата комбинаций

ChatCaster.Updater/ChatCaster.Updater.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@
88
<!-- Информация о приложении -->
99
<AssemblyTitle>ChatCaster Updater</AssemblyTitle>
1010
<AssemblyDescription>Update utility for ChatCaster application</AssemblyDescription>
11-
<AssemblyVersion>0.0.2</AssemblyVersion>
12-
<FileVersion>0.0.2</FileVersion>
11+
<AssemblyVersion>0.0.3</AssemblyVersion>
12+
<FileVersion>0.0.3</FileVersion>
1313
<Company>ChatCaster</Company>
1414
<Product>ChatCaster Updater</Product>
1515
<Copyright>Copyright © 2025</Copyright>

ChatCaster.Windows/ChatCaster.Windows.csproj

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,9 @@
88
<EnableDefaultApplicationDefinition>false</EnableDefaultApplicationDefinition>
99
<AssemblyTitle>ChatCaster for Windows</AssemblyTitle>
1010
<AssemblyDescription>Voice input application for Steam Input with gamepad control</AssemblyDescription>
11-
<AssemblyVersion>0.0.2</AssemblyVersion>
12-
<FileVersion>0.0.2</FileVersion>
13-
<ProductVersion>0.0.2</ProductVersion>
11+
<AssemblyVersion>0.0.3</AssemblyVersion>
12+
<FileVersion>0.0.3</FileVersion>
13+
<ProductVersion>0.0.3</ProductVersion>
1414
<Company>ChatCaster</Company>
1515
<Product>ChatCaster</Product>
1616
<Copyright>Copyright © 2025</Copyright>

0 commit comments

Comments
 (0)