Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
NotAName320 committed Jun 16, 2023
1 parent 16a65fa commit 1b4b245
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions Henson/Henson.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@
<!--Avalonia doesen't support TrimMode=link currently,but we are working on that https://github.com/AvaloniaUI/Avalonia/issues/6892 -->
<TrimMode>copyused</TrimMode>
<BuiltInComInteropSupport>true</BuiltInComInteropSupport>
<PackageVersion>1.4.0</PackageVersion>
<FileVersion>1.4.0.0</FileVersion>
<AssemblyVersion>1.4.0.0</AssemblyVersion>
<PackageVersion>1.4.1</PackageVersion>
<FileVersion>1.4.1.0</FileVersion>
<AssemblyVersion>1.4.1.0</AssemblyVersion>
</PropertyGroup>
<ItemGroup>
<AvaloniaResource Include="Assets\**" />
Expand Down
2 changes: 1 addition & 1 deletion Henson/Views/MainWindow.axaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ along with this program. If not, see <https://www.gnu.org/licenses/>.
mc:Ignorable="d" d:DesignWidth="1200" d:DesignHeight="675"
x:Class="Henson.Views.MainWindow"
Icon="/Assets/henson-icon.ico"
Title="Henson 1.4.0"
Title="Henson 1.4.1"
WindowStartupLocation="CenterScreen">

<Design.DataContext>
Expand Down

0 comments on commit 1b4b245

Please sign in to comment.