Skip to content

Commit e5cbcfd

Browse files
committed
Bump version to 0.8.1.1
1 parent 04d89e8 commit e5cbcfd

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ Note, that you can update to the bleeding edge releases at any time from within
1616

1717
| Releases | Status |
1818
|:---: |---------- |
19-
| Stable | [![Latest Stable Release](https://img.shields.io/github/downloads/UnderminersTeam/UndertaleModTool/0.8.1.0/total)](https://github.com/UnderminersTeam/UndertaleModTool/releases/tag/0.8.1.0) |
19+
| Stable | [![Latest Stable Release](https://img.shields.io/github/downloads/UnderminersTeam/UndertaleModTool/0.8.1.1/total)](https://github.com/UnderminersTeam/UndertaleModTool/releases/tag/0.8.1.1) |
2020
| Bleeding edge | [![Latest Bleeding Edge](https://img.shields.io/github/downloads/UnderminersTeam/UndertaleModTool/bleeding-edge/total)](https://github.com/UnderminersTeam/UndertaleModTool/releases/tag/bleeding-edge) |
2121

2222
It's worth noting that UndertaleModTool has different builds per release. The differences are as follows:

UndertaleModLib/UndertaleModLib.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@
77
<AssemblyTitle>UndertaleModLib</AssemblyTitle>
88
<ProductName>UndertaleModLib</ProductName>
99
<Copyright>Copyright © 2018-2025, licensed under GPLv3</Copyright>
10-
<AssemblyVersion>0.8.1.0</AssemblyVersion>
11-
<FileVersion>0.8.1.0</FileVersion>
10+
<AssemblyVersion>0.8.1.1</AssemblyVersion>
11+
<FileVersion>0.8.1.1</FileVersion>
1212
<DebugType>embedded</DebugType>
1313
<Platforms>AnyCPU;x64</Platforms>
1414
<RuntimeIdentifiers>win-x64;win-x86</RuntimeIdentifiers>

UndertaleModTool/Properties/AssemblyInfo.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,5 +51,5 @@
5151
// Możesz określić wszystkie wartości lub użyć domyślnych numerów kompilacji i poprawki
5252
// przy użyciu symbolu „*”, tak jak pokazano poniżej:
5353
// [assembly: AssemblyVersion("1.0.*")]
54-
[assembly: AssemblyVersion("0.8.1.0")]
55-
[assembly: AssemblyFileVersion("0.8.1.0")]
54+
[assembly: AssemblyVersion("0.8.1.1")]
55+
[assembly: AssemblyFileVersion("0.8.1.1")]

0 commit comments

Comments
 (0)