Skip to content

Commit

Permalink
ArchaeologyHouse Mod: Added support for StardewValley 1.3.32.
Browse files Browse the repository at this point in the history
  • Loading branch information
Felix-Dev committed Nov 21, 2018
1 parent d322947 commit ab95a17
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -32,5 +32,5 @@
// You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("1.2.0.0")]
[assembly: AssemblyVersion("1.2.1.0")]
[assembly: AssemblyFileVersion("1.2.1.0")]
4 changes: 2 additions & 2 deletions ArchaeologyHouseContentManagementHelper/manifest.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
{
"Name": "Archaeology House Content Management Helper",
"Author": "Felix-Dev",
"Version": "1.2.0",
"Version": "1.2.1",
"Description": "Improves management of the Library/Museum.",
"UniqueID": "Felix-Dev.ArchaeologyHouseContentManagementHelper",
"EntryDll": "ArchaeologyHouseContentManagementHelper.dll",
"MinimumApiVersion": "2.6",
"MinimumApiVersion": "2.8",
"UpdateKeys": [ "Nexus:2804" ]
}
3 changes: 3 additions & 0 deletions ArchaeologyHouseContentManagementHelper/release-notes.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
# Release notes
## 1.2.1
* Updated for Stardew Valley 1.3.32.

## 1.2.0
* Added a [Lost Books] tab to the collections page displaying the currently found books. Each found book shows a content preview on mouse hover and can be read directly.
* Added a Congratulations-message when the player has found all lost books.
Expand Down

0 comments on commit ab95a17

Please sign in to comment.