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.5.3
Browse files Browse the repository at this point in the history
  • Loading branch information
copygirl committed Jan 3, 2021
1 parent 4d0ac39 commit 4badc2e
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 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.5.2</Version>
<Version>0.5.3</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.5.2",
"version": "0.5.3",

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

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

namespace CarryCapacity
{
Expand Down

0 comments on commit 4badc2e

Please sign in to comment.