Skip to content

Commit

Permalink
Release 2.7.6
Browse files Browse the repository at this point in the history
  • Loading branch information
Miepee committed Jul 4, 2024
1 parent 0d9e1c3 commit 51481d6
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,11 @@ All notable changes to this project will be documented in this file.

This format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/) and this project (tries to) adhere to [Semantic Versioning](https://semver.org/spec/v2.0.0.html)

## [2.7.6] - 2024-07-05

### Fixed
- Tower rooms are now have their correct lighting status.

## [2.7.5] - 2024-07-01

### Fixed
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>2.7.5</Version>
<Version>2.7.6</Version>
<TargetFramework>net6.0</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"

[project]
name = "am2r_yams"
version = "2.7.5"
version = "2.7.6"
authors = [
{name = "Miepee"},
]
Expand Down

0 comments on commit 51481d6

Please sign in to comment.