Skip to content
This repository has been archived by the owner on May 26, 2024. It is now read-only.

Commit

Permalink
Merge pull request #214 from Zhangyr2022/main
Browse files Browse the repository at this point in the history
Prepare release
  • Loading branch information
Zhangyr2022 authored May 23, 2024
2 parents 86820c4 + 609ea51 commit 43215c6
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 3 deletions.
8 changes: 7 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,12 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [2.3.1] - 2024-05-23

### Fixed

- Bug of buttons in client.

## [2.3.0] - 2024-05-21

### Added
Expand Down Expand Up @@ -276,7 +282,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

- Nothing.


[2.3.1]: https://github.com/thuasta/thuai-7/compare/v2.3.0...v2.3.1
[2.3.0]: https://github.com/thuasta/thuai-7/compare/v2.2.0...v2.3.0
[2.2.0]: https://github.com/thuasta/thuai-7/compare/v2.1.0...v2.2.0
[2.1.0]: https://github.com/thuasta/thuai-7/compare/v2.0.5...v2.1.0
Expand Down
2 changes: 1 addition & 1 deletion client/ProjectSettings/ProjectSettings.asset
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@ PlayerSettings:
vulkanEnableLateAcquireNextImage: 0
vulkanEnableCommandBufferRecycling: 1
loadStoreDebugModeEnabled: 0
bundleVersion: 2.3.0
bundleVersion: 2.3.1
preloadedAssets: []
metroInputSource: 0
wsaTransparentSwapchain: 0
Expand Down
2 changes: 1 addition & 1 deletion server/src/GameServer/GameServer.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
<TreatWarningsAsErrors>true</TreatWarningsAsErrors>
<Version>2.3.0</Version>
<Version>2.3.1</Version>
</PropertyGroup>

<ItemGroup>
Expand Down

0 comments on commit 43215c6

Please sign in to comment.