Skip to content

Commit

Permalink
Version 2.3.4
Browse files Browse the repository at this point in the history
  • Loading branch information
kurotu committed Jul 17, 2024
1 parent b1bda69 commit 175b332
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ 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).

## [Unreleased]
## [2.3.4] - 2024-07-17

### Fixed
- Fix an issue where `Audio Source` might not be removed when removing unsupported components.
Expand Down
2 changes: 1 addition & 1 deletion CHANGELOG_JP.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

このフォーマットは [Keep a Changelog](https://keepachangelog.com/en/1.0.0/) に基づいており、このプロジェクトは [Semantic Versioning](https://semver.org/spec/v2.0.0.html) に準拠しています。

## [Unreleased]
## [2.3.4] - 2024-07-17

### 修正
- 非対応コンポーネントを削除するとき `Audio Source` が削除されないことがある問題を修正
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ public static class VRCQuestTools
/// <summary>
/// VRCQuestTools version (semver).
/// </summary>
public const string Version = "2.3.3";
public const string Version = "2.3.4";

/// <summary>
/// GitHub repository (username/reponame).
Expand Down
4 changes: 2 additions & 2 deletions Packages/com.github.kurotu.vrc-quest-tools/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "com.github.kurotu.vrc-quest-tools",
"version": "2.3.3",
"version": "2.3.4",
"displayName": "VRCQuestTools",
"description": "Editor extension to support uploading VRChat Android avatars",
"unity": "2019.4",
Expand All @@ -17,7 +17,7 @@
"vpmDependencies": {
"com.vrchat.avatars": "^3.3.0"
},
"url": "https://github.com/kurotu/VRCQuestTools/releases/download/v2.3.3/com.github.kurotu.vrc-quest-tools-2.3.3.zip",
"url": "https://github.com/kurotu/VRCQuestTools/releases/download/v2.3.4/com.github.kurotu.vrc-quest-tools-2.3.4.zip",
"legacyFolders": {
"Assets\\KRT\\VRCQuestTools": "bb6bc9dbb414049cebd82117a7ccb2c1",
"Assets\\KRT\\VRCQuestToolsExtra": "0d11585594bb9756382a21acad43a616"
Expand Down

0 comments on commit 175b332

Please sign in to comment.