Skip to content

Commit 10da390

Browse files
committed
Bump to 2.13.1, update changelog
1 parent 32cb138 commit 10da390

File tree

4 files changed

+6
-3
lines changed

4 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
# Changelog
22

3+
### 2.13.1 (2025-06-11)
4+
* Fix installation when running as root (tar error "Can't set user=0/group=0 for .")
5+
36
### 2.13.0 (2025-05-02)
47
* Add support for Unity 6.1
58
* Handle the new "Supported" release stream Unity 6.1 is part of

Command/Command.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
</PropertyGroup>
1111

1212
<PropertyGroup Label="Package">
13-
<Version>2.13.0</Version>
13+
<Version>2.13.1</Version>
1414
<Authors>Adrian Stutz (sttz.ch)</Authors>
1515
<Product>install-unity CLI</Product>
1616
<Description>CLI for install-unity unofficial Unity installer library</Description>

Readme.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ The project will use Unity's default setup, including packages. Alternatively, y
114114
## CLI Help
115115

116116
````
117-
install-unity v2.13.0
117+
install-unity v2.13.1
118118
119119
USAGE: install-unity [--help] [--version] [--verbose...] [--yes] [--update]
120120
[--clear-cache] [--data-path <path>]

sttz.InstallUnity/sttz.InstallUnity.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
</PropertyGroup>
99

1010
<PropertyGroup Label="Package">
11-
<Version>2.13.0</Version>
11+
<Version>2.13.1</Version>
1212
<Authors>Adrian Stutz (sttz.ch)</Authors>
1313
<Product>install-unity</Product>
1414
<Description>install-unity unofficial Unity installer library</Description>

0 commit comments

Comments
 (0)