Skip to content

Commit

Permalink
fixed versioning
Browse files Browse the repository at this point in the history
  • Loading branch information
aki-art committed Jun 15, 2023
1 parent 2934e15 commit cbea52c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion More Small Sculptures/MoreSmallSculptures.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
<ModName>More Small Sculptures</ModName>
<ModDescription>...</ModDescription>
<SupportedContent>ALL</SupportedContent>
<MinimumSupportedBuild>535211</MinimumSupportedBuild>
<MinimumSupportedBuild>561314</MinimumSupportedBuild>
<APIVersion>2</APIVersion>
</PropertyGroup>

Expand Down
5 changes: 3 additions & 2 deletions MoreMarbleSculptures/MoreMarbleSculptures.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<!-- General Package Properties -->
<PropertyGroup>
<PackageId>MoreMarbleSculptures</PackageId>
<Version>1.3.1</Version>
<Version>1.3.2</Version>
<Authors>Aki</Authors>
<Copyright>2021 Aki</Copyright>
<RepositoryUrl>https://github.com/aki-art/ONI-Mods</RepositoryUrl>
Expand All @@ -26,7 +26,8 @@
<ModName>More Marble Sculptures</ModName>
<ModDescription>Adds new variants to marble sculptures.</ModDescription>
<SupportedContent>ALL</SupportedContent>
<MinimumSupportedBuild>535211<!--525812--></MinimumSupportedBuild>
<MinimumSupportedBuild>
561314<!--525812--></MinimumSupportedBuild>
<APIVersion>2</APIVersion>
</PropertyGroup>

Expand Down

0 comments on commit cbea52c

Please sign in to comment.