Skip to content
This repository has been archived by the owner on Oct 22, 2022. It is now read-only.

Commit

Permalink
Bump version to 0.6.5-rc.1
Browse files Browse the repository at this point in the history
  • Loading branch information
copygirl committed Feb 14, 2022
1 parent c124dca commit 7780a0b
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion CarryCapacity.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

<AssemblyTitle>CarryCapacity</AssemblyTitle>
<Authors>copygirl</Authors>
<Version>0.6.4</Version>
<Version>0.6.5-rc.1</Version>

<Description>Vintage Story mod which adds the capability to carry various things</Description>
<RepositoryUrl>https://github.com/copygirl/CarryCapacity</RepositoryUrl>
Expand Down
4 changes: 2 additions & 2 deletions resources/modinfo.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,13 @@
"type": "code",
"name": "CarryCapacity",
"modid": "carrycapacity",
"version": "0.6.4",
"version": "0.6.5-rc.1",

"description": "Adds the capability to carry various things",
"website": "https://github.com/copygirl/CarryCapacity",
"authors": [ "copygirl" ],

"dependencies": {
"game": "1.16.0-rc.1"
"game": "1.16.0"
}
}
2 changes: 1 addition & 1 deletion src/CarrySystem.cs
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
Description = "Adds the capability to carry various things",
Website = "https://github.com/copygirl/CarryCapacity",
Authors = new []{ "copygirl" })]
[assembly: ModDependency("game", "1.15.6")]
[assembly: ModDependency("game", "1.16.0")]

namespace CarryCapacity
{
Expand Down

0 comments on commit 7780a0b

Please sign in to comment.