Skip to content

Commit 9ddf6dd

Browse files
committed
bump version, add release notes
1 parent ae0b0cf commit 9ddf6dd

2 files changed

Lines changed: 6 additions & 1 deletion

File tree

FF1Blazorizer/Pages/WhatsNew.razor

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,11 @@
11
@page "/WhatsNew"
22
<div class="content px-4 tinted">
33
<div class="nes-container is-dark col-xs-12">
4+
<h1><a href="https://4-9-1.finalfantasyrandomizer.com">Version 4.9.1</a></h1>
5+
<h2>Bug Fixes</h2>
6+
<ul>
7+
<li>Fixed a graphical glitch on trapped floor tiles when opened chests were enabled.</li>
8+
</ul>
49
<h1><a href="https://4-9-0.finalfantasyrandomizer.com">Version 4.9.0</a></h1>
510
<h2>New Features</h2>
611
<ul>

FF1Lib/FFRVersion.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
// THIS FILE IS UPDATED DURING THE BUILD AND DEPLOY. DO NOT EDIT UNLESS YOU KNOW WHAT YOU ARE DOING.
44
public static class FFRVersion
55
{
6-
public static readonly string Version = "4.9.0";
6+
public static readonly string Version = "4.9.1";
77
public static readonly string Sha = "SHA";
88
public static readonly string Branch = "BRANCH";
99
public static readonly string MasterBranch = "master";

0 commit comments

Comments
 (0)