Skip to content

Commit

Permalink
Release version 1.2.3
Browse files Browse the repository at this point in the history
  • Loading branch information
Miepee committed Jan 21, 2024
1 parent 59cb263 commit 4e80537
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion YAMS-LIB/Program.cs
Original file line number Diff line number Diff line change
Expand Up @@ -3119,7 +3119,7 @@ void RotateTextureAndSaveToTexturePage(int rotation, UndertaleTexturePageItem te
gmData.Scripts.AddScript("mw_debug", """
var totalString = string(current_hour) + ":" + string(current_minute) + "." + string(current_second) + " - " + argument0
show_debug_message(totalString);
exit;
exit;
var f = file_text_open_append(working_directory + "/mw-debug-" + oControl.year + oControl.month + oControl.day + oControl.hour + oControl.minute + ".txt")
file_text_write_string(f, totalString)
file_text_writeln(f)
Expand Down
2 changes: 1 addition & 1 deletion YAMS-LIB/YAMS-LIB.csproj
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<Version>1.2.2</Version>
<Version>1.2.3</Version>
<TargetFramework>net6.0</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[metadata]
name = am2r_yams
version = 1.2.2
version = 1.2.3
description = An open source randomizer patcher for AM2R.
long_description = file: README.md
long_description_content_type = text/markdown
Expand Down

0 comments on commit 4e80537

Please sign in to comment.