Skip to content

Commit 6a04355

Browse files
Merge pull request #267 from KisaragiEffective/bump/0.1.20
2 parents 2adf4b0 + d8a7117 commit 6a04355

File tree

3 files changed

+6
-3
lines changed

3 files changed

+6
-3
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
# 変更履歴
22

3+
## 0.1.20 (2024-02-15)
4+
* fix: UniVRMがインストールされている場合、ブートストラップ時にUniVRMのバージョンを操作する
5+
36
## 0.1.19 (2024-01-13)
47
* docs: 一部の文書のマークアップが壊れているのを修正
58
* docs: RIHを作った経緯を公開

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ On your project, do following:
5959
1. Go to `Window > Package Manager`
6060
2. Click `[+▼]`
6161
3. Select "Add package from Git URL"
62-
4. Type `https://github.com/KisaragiEffective/ResoniteImportHelper.git#0.1.19`
62+
4. Type `https://github.com/KisaragiEffective/ResoniteImportHelper.git#0.1.20`
6363

6464
Snippet after `#` specifies revision to be installed. By this configuration, you specify latest tagged version. This is recommended style. Refer [Unity's manual](https://docs.unity3d.com/2022.3/Documentation/Manual/upm-git.html) to customize or install other version.
6565

@@ -78,7 +78,7 @@ The client will request you to feed an URL which points to the repository. Type
7878
> For tech users: GitHub repository is published on <https://github.com/ksrgtech/vpm-repository>.
7979
8080
You might have to wait a moment. After that, find an item with name of "Resonite Import Helper".
81-
I recommend to use latest non-pre-release version. As of writing, it is `0.1.17`, so please specify `0.1.17` from a pull-down.
81+
I recommend to use latest non-pre-release version. As of writing, it is `0.1.20`, so please specify `0.1.20` from a pull-down.
8282

8383
> [!WARNING]
8484
> For advanced users: pre-release is not suitable for your production environment!

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "io.github.kisaragieffective.resonite-import-helper",
3-
"version": "0.1.19",
3+
"version": "0.1.20",
44
"description": "Helper around importing to Resonite",
55
"displayName": "Resonite Import Helper",
66
"unity": "2022.3",

0 commit comments

Comments
 (0)